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





Description

Get the reference system relative to which trajectory representations are computed.

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