Gets or sets the visibility of the BlockAttribute value in Block references.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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 |
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