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 * pVal
);
public: HRESULT put_EphemStart(
VARIANT EphemStart
);
|
[Java] |
---|
public VARIANT getEphemStart();
public void setEphemStart(
VARIANT
);
|
See Also