DisplayLocked Property (IViewport) Send Feedback
See Also  Example
Gets or sets whether the Viewport is locked in model workspace.

Syntax

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

Property Value

True if the Viewport is locked in model workspace, false if the Viewport is not locked in model workspace

Example

See Also

Availability

DraftSight V1R3.0