AGI STK Graphics 11 Send comments on this topic.
LockViewDirection Property (IAgStkGraphicsCamera)
See Also 
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface