The input angle, which is a VGT angle component. Note angle computation in VGT may involve more than just angular displacement value: in VGT angles may be drawn in 3D which requires knowledge and evaluation of supporting vectors.
Read-write property
[Visual Basic .NET] |
---|
Public Property InputAngle() As IAgCrdnAngle |
[C#] |
---|
public IAgCrdnAngle InputAngle {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnAngle ^ get_InputAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_InputAngle( IAgCrdnAngle ** ppRetVal ); public: HRESULT put_InputAngle( IAgCrdnAngle InputAngle ); |
[Java] |
---|
public IAgCrdnAngle getInputAngle(); public void setInputAngle( IAgCrdnAngle ); |
[Python - STK API ] |
---|
@property def InputAngle(self) -> "IAgCrdnAngle": @InputAngle.setter def InputAngle(self, InputAngle:"IAgCrdnAngle") -> None: |