 Description
Description
Euler b angle. Uses Angle Dimension.
 Property type
Property type
Read-write property
 Syntax
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 AgVariant getB();
public void setB(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def B(self) -> typing.Any:
@B.setter
def B(self, vB:typing.Any) -> None:
 | 
 See Also
See Also