IsOn Property (IViewport) Send Feedback
See Also  Example
Gets or sets whether the Viewport is displayed in the graphics area.

Syntax

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

Property Value

True if the Viewport is displayed in the graphics area, false if not

Example

See Also

Availability

DraftSight V1R3.0