Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InputAngle() As IAgCrdnAngle
|
[Unmanaged C++] |
---|
public: HRESULT get_InputAngle(
IAgCrdnAngle ** ppRetVal
);
public: HRESULT put_InputAngle(
IAgCrdnAngle InputAngle
);
|
[Python - STK API] |
---|
@property
def InputAngle(self) -> "IAgCrdnAngle":
@InputAngle.setter
def InputAngle(self, InputAngle:"IAgCrdnAngle") -> None:
|
See Also