Gets or sets whether the Viewport is locked in model workspace.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property DisplayLocked As System.Boolean |
| C# | |
|---|
System.bool DisplayLocked {get; set;} |
| JavaScript | |
|---|
DisplayLocked : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_DisplayLocked(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool DisplayLocked { bool* Val
)
DSRESULTput_DisplayLocked(
bool NewVal
} |
Property Value
True if the Viewport is locked in model workspace, false if the Viewport is not locked in model workspace