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
Syntaxpublic bool IsSet { get; set; }Public Property IsSet As Boolean
Get
Set
public:
property bool IsSet {
bool get ();
void set (bool value);
}member IsSet : bool with get, set
Property Value
Type:
Booleantrue if this instance is set; otherwise,
false.
See Also