Constant Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets whether the BlockAttribute definition is a constant value or a variable value.

Syntax

Visual Basic 
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
C++ 
DSRESULT get_Constant (
   bool* Val
)
DSRESULT put_Constant(
   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