Hidden Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets the visibility of the BlockAttribute value in Block references.

Syntax

Visual Basic 
Property Hidden As System.Boolean
C# 
System.bool Hidden {get; set;}
JavaScript 
get_Hidden () : Boolean
put_Hidden (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Hidden(
   VARIANT_BOOL* Val
) 
HRESULT put_Hidden( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Hidden (
   bool* Val
)
DSRESULT put_Hidden(
   bool NewVal
)

Property Value

True to hide the BlockAttribute value in Block references, false to show the BlockAttribute value in Block references

See Also

Availability

DraftSight V1R2.0