STK UtilSend comments on this topic.
B Property (IAgDirectionEuler)
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 vA
);
[Java]
public AgVariant getB();
public void setB(
    AgVariant
);
[Python - STK API ]
@property
def B(self) -> typing.Any:

@B.setter
def B(self, vA:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.