MasterDrawComponentDocument Property |
Get the document associated with the drawing component definition.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Document Document { get; }
Public MustOverride ReadOnly Property Document As Document
Get
Property Value
Type:
Document Document associated with the drawing component definition.
See Also