CadBoolParameterValue Property

Gets or sets a value indicating whether this CadBoolParameter is value.

Namespace:  Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool Value { get; set; }

Property Value

Type: Boolean
true if value; otherwise, false.
See Also