AGI STK Objects 11 Send comments on this topic.
EphemStart Property (IAgVePropagatorStkExternal)
See Also 





Description

This property is deprecated. Use EphemerisStartEpoch instead. If overriding the times contained in the external file, specify the time of the first ephemeris point. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphemStart() As System.Object

[C#]
public System.Object EphemStart {get; set;}

[Managed C++]
public: __property VARIANT get_EphemStart();
public: __property void set_EphemStart(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_EphemStart(
VARIANT * pRetVal
);
public: HRESULT put_EphemStart(
VARIANT NewEphemStart
);

[Java]
public Variant getEphemStart();public void setEphemStart(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1