Shown Property (ILayer) Send Feedback
See Also 
Gets or sets whether the Layer is shown or hidden.

Syntax

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

Property Value

True if the Layer is shown, false if hidden

Remarks

When a Layer is shown, the entities on it are visible. Entities on hidden Layers are not visible.

See Also

Availability

DraftSight V1R1.1