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