MasterDrawComponentCopy Method |
Create a copy of the drawing component definition and add it to the collection.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract MasterDrawComponent Copy()
Public MustOverride Function Copy As MasterDrawComponent
Return Value
Type:
MasterDrawComponentNewly created drawing component definition.
See Also