Specify an epoch at which the coning vector is aligned with the reference vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property StartEpoch() As System.Object |
[C#] |
---|
public System.Object StartEpoch {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StartEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_StartEpoch( VARIANT * pRetVal ); public: HRESULT put_StartEpoch( VARIANT StartEpoch ); |
[Java] |
---|
public AgVariant getStartEpoch(); public void setStartEpoch( AgVariant ); |