DimensionStyleIsChild Property |
Tests if this DimensionStyle is a child of any other DimensionStyle
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool IsChild { get; }
Public ReadOnly Property IsChild As Boolean
Get
Return Value
Type:
Boolean
True if this is a child DimensionStyle,
False otherwise.
See Also