DimensionStyle.ParentId Property

DimensionStyleParentId Property

Get or Set the Id of this DimensionStyle's parent. If ParentId is Guid.Empty, this DimensionStyle has no parent

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Guid ParentId { get; set; }
Public Property ParentId As Guid
	Get
	Set

Property Value

Type: Guid
See Also