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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.