Click or drag to resize

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
public abstract void Remove(
	Drawing drawing
)

Parameters

drawing
Type: RootPro.RootProCADDrawing
A drawing in the collection.
See Also