VS:LeftBound/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 48: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
LeftBound 廃止バージョン: Vectorworks 2012<P>
LeftBound is obsolete as of Vectorworks 2012<P>




利用可能バージョン: MiniCAD
Availability: from MiniCAD


</version>
</version>

Revision as of 08:08, 12 January 2016

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

検索条件に合致した図形の左辺のX座標を返します。検索条件に合致した図形が複数ある場合は、最後に合致した図形の値を返します。

FUNCTION LeftBound(
c :CRITERIA) : REAL;
def vs.LeftBound(c):
    return REAL

Parameters

c CRITERIA 検索条件

Return Value

左辺のX座標の合計

Example

LeftBValue:=LeftBound(N='MyRect');

Version

LeftBound is obsolete as of Vectorworks 2012


Availability: from MiniCAD