Specify a rotational angle.
Read-only property
[Visual Basic .NET] |
---|
Public Property RotationAngle() As IAgCrdnAngleRefTo |
[C#] |
---|
public IAgCrdnAngleRefTo RotationAngle {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAngleRefTo ^ get_RotationAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_RotationAngle( IAgCrdnAngleRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAngleRefTo getRotationAngle(); |
[Python - STK API ] |
---|
@property def RotationAngle(self) -> "IAgCrdnAngleRefTo": |