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






Windows & Linux

Description

Euler C angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C() As System.Object
[C#]
public System.Object C {get; set;}
[Managed C++]
public: __property VARIANT get_C();
public: __property void set_C(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_C(
   VARIANT * pRetVal
);
public: HRESULT put_C(
   VARIANT NewC
);
[Java]
public Variant getC();public void setC(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.