CurrentDrawingChangedEventArgs Constructor |
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public CurrentDrawingChangedEventArgs(
Document doc,
int newCurrentDrawingId
)
Public Sub New (
doc As Document,
newCurrentDrawingId As Integer
)
Parameters
- doc
- Type: RootPro.RootProCADDocument
- newCurrentDrawingId
- Type: SystemInt32
See Also