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