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
|
[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
);
|
See Also