CADability dotNET

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

Syntax

C#
public bool GetBoolValue(
	string Name,
	bool DefaultValue
)
Visual Basic
Public Function GetBoolValue ( _
	Name As String, _
	DefaultValue As Boolean _
) As Boolean
Visual C++
public:
bool GetBoolValue(
	String^ Name, 
	bool DefaultValue
)

Parameters

Name
Type: System..::..String
DefaultValue
Type: System..::..Boolean

See Also