Specify an angle. The angle vector will be perpendicular to the plane in which the angle is defined.
Read-only property
[Visual Basic .NET] |
---|
Public Property Angle() As IAgCrdnAngleRefTo |
[C#] |
---|
public IAgCrdnAngleRefTo Angle {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAngleRefTo ^ get_Angle(); |
[Unmanaged C++] |
---|
public: HRESULT get_Angle( IAgCrdnAngleRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAngleRefTo getAngle(); |
[Python - STK API ] |
---|
@property def Angle(self) -> "IAgCrdnAngleRefTo": |