LockPosition Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets whether the BlockAttribute within the Block reference is locked.

Syntax

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

Property Value

True if the BlockAttribute within the Block reference is locked, false if not

See Also

Availability

DraftSight V1R2.0