Click or drag to resize

ShapeSettingsStyleEventArgs Constructor

Initializes a new instance of the ShapeSettingsStyleEventArgs class

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
)

Parameters

doc
Type: RootPro.RootProCADDocument
settingType
Type: SystemInt32
styleName
Type: SystemString
See Also