VS:Length/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 49: Line 49:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Length 廃止バージョン: Vectorworks 2012<P>
Length 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

検索条件に合致した図形の長さを返します。検索条件に合致した図形が複数ある場合は合計を返します。

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

Parameters

c CRITERIA 検索条件

Return Value

合計の長さ

Example

LengthValue:=Length(C='CrossMembers');
{returns the length of all objects in class 'CrossMembers'}

Version

Length is obsolete as of Vectorworks 2012


Availability: from MiniCAD