AGI STK VGT 11 Send comments on this topic.
InputAngle Property (IAgCrdnCalcScalarAngle)
See Also 





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

[C#]
public IAgCrdnAngle InputAngle {get; set;}

[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
);

[Java]
public IAgCrdnAngle getInputAngle();public void setInputAngle(
IAgCrdnAngle
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1