Gets or sets whether the Viewport is displayed in the graphics area.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 |
Property Value
True if the Viewport is displayed in the graphics area, false if not
Example
See Also
Availability
DraftSight V1R3.0