| MasterDrawComponentCollectionRemove Method  | 
 
            Delete the specified 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
Syntaxpublic abstract void Remove(
	MasterDrawComponent master
)
Public MustOverride Sub Remove ( 
	master As MasterDrawComponent
)
Parameters
- master
- Type: RootPro.RootProCADMasterDrawComponent
 Drawing component definition in the collection.
 See Also
See Also