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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.