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






Windows & Linux

Description

Euler b angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property B() As System.Object
[C#]
public System.Object B {get; set;}
[Managed C++]
public: __property VARIANT get_B();
public: __property void set_B( VARIANT );
[Unmanaged C++]
public: HRESULT get_B(
    VARIANT * pVal
);
public: HRESULT put_B(
    VARIANT vB
);
[Java]
public VARIANT getB();
public void setB(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.