CurrentLayerChangedEventArgs Constructor |
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
)
Public Sub New (
doc As Document,
newCurrentLayerId As Integer
)
Parameters
- doc
- Type: RootPro.RootProCADDocument
- newCurrentLayerId
- Type: SystemInt32
See Also