LockMode

Gets and sets which text label position parameters are adjusted automatically to face the camera and which are locked to the Position group field values. Can have one of the following values:

§   LM_DECAL                                                  = 0

§   LM_AXIS                                                      = 1

§   LM_AXIS_TEXTUP                                    = 2

§   LM_AXIS_AUTOPITCH                            = 3

§   LM_AXIS_AUTOPITCH_TEXTUP          = 4

§   LM_AXIS_AUTOYAW                               = 5

 

JavaScript

 

LockMode

 

C#

 

LabelLockMode LockMode { get; set; }

 

C++

 

HRESULT LockMode([out, retval] LabelLockMode* pVal)

HRESULT LockMode([in] LabelLockMode pVal)