Click or drag to resize

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; }

Return Value

Type: Boolean
True if this is a child DimensionStyle, False otherwise.
See Also