CADability dotNET
Initializes a new instance of the BooleanProperty class

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

Syntax

C#
public BooleanProperty(
	string resourceIdLabel,
	string resourceIdValues
)
Visual Basic
Public Sub New ( _
	resourceIdLabel As String, _
	resourceIdValues As String _
)
Visual C++
public:
BooleanProperty(
	String^ resourceIdLabel, 
	String^ resourceIdValues
)

Parameters

resourceIdLabel
Type: System..::..String
resourceIdValues
Type: System..::..String

See Also