CADability dotNET
Initializes a new instance of the HatchStyleSelectionProperty class

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

Syntax

C#
public HatchStyleSelectionProperty(
	string ResourceId,
	HatchStyleList hsl,
	HatchStyle preselect,
	bool includeUndefined
)
Visual Basic
Public Sub New ( _
	ResourceId As String, _
	hsl As HatchStyleList, _
	preselect As HatchStyle, _
	includeUndefined As Boolean _
)
Visual C++
public:
HatchStyleSelectionProperty(
	String^ ResourceId, 
	HatchStyleList^ hsl, 
	HatchStyle^ preselect, 
	bool includeUndefined
)

See Also