Click or drag to resize

ShapeSettingsStyleDeletingEventArgs Constructor

Initializes a new instance of the ShapeSettingsStyleDeletingEventArgs class

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public ShapeSettingsStyleDeletingEventArgs(
	Document doc,
	int settingType,
	string styleName
)

Parameters

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