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





Description

Get the reference system in which orbital parameters are computed. Only used if the option to specify reference system is selected.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceSystem() As IAgCrdnSystem

[C#]
public IAgCrdnSystem ReferenceSystem {get; set;}

[Managed C++]
public: __property IAgCrdnSystem^ get_ReferenceSystem();
public: __property void set_ReferenceSystem(
IAgCrdnSystem ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceSystem(
IAgCrdnSystem ** ppRetVal
);
public: HRESULT put_ReferenceSystem(
IAgCrdnSystem * pNewReferenceSystem
);

[Java]
public IAgCrdnSystem getReferenceSystem();public void setReferenceSystem(
IAgCrdnSystem
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1