AGI STK Graphics 11Send 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 LockViewDirection
);
[Java]
public bool getLockViewDirection();
public void setLockViewDirection(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.