|
IAssInstance::Lock
Description
This property allows you to get and set an assembly instance lock state.
Syntax
Property get:
LockState = Lock( );
Return: (Boolean) LockState If FALSEĀ (=0) the component is unlocked else the component islocked in its current position and cannot be moved. Property get:
Lock( LockState );
Return: (Boolean) LockState If FALSEĀ (=0) the component is unlocked else the component islocked in its current position and cannot be moved.
|