STK Graphics PrimitivesSend 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
);
[Python - STK API ]
@property
def LockViewDirection(self) -> bool:

@LockViewDirection.setter
def LockViewDirection(self, LockViewDirection:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.