AGI STK Util 11 Send comments on this topic.
A Property (IAgOrientationEulerAngles)
See Also 





Description

Euler A angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property A() As System.Object

[C#]
public System.Object A {get; set;}

[Managed C++]
public: __property VARIANT get_A();
public: __property void set_A(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_A(
VARIANT * pRetVal
);
public: HRESULT put_A(
VARIANT NewA
);

[Java]
public Variant getA();public void setA(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1