CadParameterIsSet Property

Gets or sets a value indicating whether this instance is set.

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

Property Value

Type: Boolean
true if this instance is set; otherwise, false.
See Also