Click or drag to resize

CurrentLayerChangedEventArgs Constructor

Initializes a new instance of the CurrentLayerChangedEventArgs class

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

Parameters

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