Orbit pass display properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Orbit() As IAgVeGfxLeadTrailData |
[C#] |
---|
public IAgVeGfxLeadTrailData Orbit {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxLeadTrailData ^ get_Orbit(); |
[Unmanaged C++] |
---|
public: HRESULT get_Orbit( IAgVeGfxLeadTrailData ** ppVal ); |
[Java] |
---|
public IAgVeGfxLeadTrailData getOrbit(); |
[Python - STK API ] |
---|
@property def Orbit(self) -> "IAgVeGfxLeadTrailData": |