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






Windows & Linux

Description

Gets or sets the direction of the camera in Axes. The array contains the components of the direction arranged in the order x, y, z.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As System.Array

[C#]
public System.Array Direction {get; set;}

[Managed C++]
public: __property System::Array^ get_Direction();
public: __property void set_Direction(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_Direction(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_Direction(
SAFEARRAY * pNewDirection
);

[Java]
public Object[] getDirection();public void setDirection(
Object[]
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface