CadBoolParameterValue Property |
Namespace:
Aspose.CAD.FileFormats.Cad.CadParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool Value { get; set; }Public Property Value As Boolean
Get
Set
public:
property bool Value {
bool get ();
void set (bool value);
}member Value : bool with get, set
Property Value
Type:
Booleantrue if value; otherwise,
false.
See Also