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
|
| [Managed C++] |
|---|
public: __property IAgCrdnAngle^ get_InputAngle(); public: __property void set_InputAngle( IAgCrdnAngle ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InputAngle( IAgCrdnAngle ** ppRetVal ); public: HRESULT put_InputAngle( IAgCrdnAngle * pNewInputAngle );
|
See Also