AGI STK Objects 11 Send comments on this topic.
ReferenceFrame Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also 





Description

The reference frame of the ephemeris.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceFrame() As AgECCSDSReferenceFrame

[C#]
public AgECCSDSReferenceFrame ReferenceFrame {get; set;}

[Managed C++]
public: __property AgECCSDSReferenceFrame get_ReferenceFrame();
public: __property void set_ReferenceFrame(
AgECCSDSReferenceFrame
);

[Unmanaged C++]
public: HRESULT get_ReferenceFrame(
AgECCSDSReferenceFrame * pRetVal
);
public: HRESULT put_ReferenceFrame(
AgECCSDSReferenceFrame NewReferenceFrame
);

[Java]
public AgECCSDSReferenceFrame getReferenceFrame();public void setReferenceFrame(
AgECCSDSReferenceFrame
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1