Use these functions to extract lengths by style.
Extracting | From | ||
---|---|---|---|
The Active Drawing | Drawing Specified By | ||
System Name | User-Defined Name | ||
Length | Length(StyleName, units, no/yes) | OneUpN.Length(StyleName, units, no/yes) | "DrawingName".Length(StyleName, units, no/yes) |
LayoutN.Length(StyleName, units, no/yes) |
The following examples demonstrate how the arguments work.
Styles | Units | Child Styles | Drawing | Function |
---|---|---|---|---|
All | Millimeters | Not Included | Specified by User-Defined Name | "Body".Length( , mm) |
All | Default | Included | Specified by System Name | Layout1.Length(, yes) |
Creasing | Decimeters | Included | Active | Length(Creasing, dm, yes) |