CADability dotNET
Initializes a new instance of the StyleSelectionProperty class

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public StyleSelectionProperty(
	IStyle objectWithStyle,
	string resourceId,
	StyleList styleList
)
Visual Basic
Public Sub New ( _
	objectWithStyle As IStyle, _
	resourceId As String, _
	styleList As StyleList _
)
Visual C++
public:
StyleSelectionProperty(
	IStyle^ objectWithStyle, 
	String^ resourceId, 
	StyleList^ styleList
)

Parameters

objectWithStyle
Type: CADability.Attribute..::..IStyle
resourceId
Type: System..::..String
styleList
Type: CADability.Attribute..::..StyleList

See Also