| DrawingCollectionRemove Method  | 
 
            Delete the specified drawing.
            
 
    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(
	Drawing drawing
)
Public MustOverride Sub Remove ( 
	drawing As Drawing
)
Parameters
- drawing
- Type: RootPro.RootProCADDrawing
 A drawing in the collection.
 See Also
See Also