Click or drag to resize

DrawingDeletingEventArgs Constructor

Initializes a new instance of the DrawingDeletingEventArgs class

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public DrawingDeletingEventArgs(
	Document doc,
	int drawingId
)

Parameters

doc
Type: RootPro.RootProCADDocument
drawingId
Type: SystemInt32
See Also