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





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 * pRetVal
);
public: HRESULT put_B(
VARIANT NewB
);

[Java]
public Variant getB();public void setB(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1