Gets or sets the state of the DraftSight application or document window.
.NET Syntax
JavaScript | |
---|
get_WindowState () : String
put_WindowState (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_WindowState(
dsWindowState_e* Val
)
HRESULT put_WindowState(
dsWindowState_e NewVal |
C++ | |
---|
DSRESULT get_WindowState (
dsWindowState_e* Val
)
DSRESULT put_WindowState(
dsWindowState_e NewVal
) |
Property Value
State of DraftSight application or document window as defined in
dsWindowState_e
Example
See Also
Availability
DraftSight V1R2.0