Description
Gets or sets whether the camera's direction
is locked.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property LockViewDirection() As Boolean
|
[C#] |
public bool LockViewDirection {get; set;}
|
[Managed C++] |
public: __property bool get_LockViewDirection();
public: __property void set_LockViewDirection(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_LockViewDirection(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_LockViewDirection(
VARIANT_BOOL NewLockViewDirection
);
|
[Java] |
public bool getLockViewDirection();public void setLockViewDirection(
bool
);
|
See Also