Gets or sets whether the BlockAttribute definition is a constant value or a variable value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Constant As System.Boolean |
C# | |
---|
System.bool Constant {get; set;} |
JavaScript | |
---|
get_Constant () : Boolean
put_Constant (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Constant(
VARIANT_BOOL* Val
)
HRESULT put_Constant(
VARIANT_BOOL NewVal |
Property Value
True if the BlockAttribute definition is a constant value, false if the BlockAttribute definition is a variable value
See Also
Availability
DraftSight V1R2.0