AGI STK VGT 11 Send comments on this topic.
OrbitingPoint Property (IAgCrdnParameterSetOrbit)
See Also 





Description

Get the point for which orbital parameters are computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrbitingPoint() As IAgCrdnPoint

[C#]
public IAgCrdnPoint OrbitingPoint {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_OrbitingPoint();
public: __property void set_OrbitingPoint(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_OrbitingPoint(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_OrbitingPoint(
IAgCrdnPoint * pNewOrbitingPoint
);

[Java]
public IAgCrdnPoint getOrbitingPoint();public void setOrbitingPoint(
IAgCrdnPoint
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1