STK Vector Geometry ToolSend 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 OrbitingPoint
);
[Java]
public IAgCrdnPoint getOrbitingPoint();
public void setOrbitingPoint(
    IAgCrdnPoint
);
[Python - STK API ]
@property
def OrbitingPoint(self) -> "IAgCrdnPoint":

@OrbitingPoint.setter
def OrbitingPoint(self, OrbitingPoint:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.