Description
Gets or sets the theta angle.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ThetaAngle() As System.Object
|
[C#] |
---|
public System.Object ThetaAngle {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_ThetaAngle(); public: __property void set_ThetaAngle(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ThetaAngle(
VARIANT * pThetaAngle
);
public: HRESULT put_ThetaAngle(
VARIANT thetaAngle
);
|
[Java] |
---|
public AgVariant getThetaAngle();
public void setThetaAngle(
AgVariant
);
|
[Python - STK API] |
---|
@property
def ThetaAngle(self) -> typing.Any:
@ThetaAngle.setter
def ThetaAngle(self, thetaAngle:typing.Any) -> None:
|
See Also