Click or drag to resize

DrawingOrderChangedEventArgs Constructor

Initializes a new instance of the DrawingOrderChangedEventArgs class

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

Parameters

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