The coordinate system epoch for the CoordinateSystem, expressed as a string in format given by DateAbbrv. Not needed for systems with fixed epochs (like ICRF, J2000, B1950).
[Visual Basic .NET] |
---|
Public Function GetCoordinateSystemEpoch( _ ByVal DateAbbrv As String _ ) As String |
[C#] |
---|
public string GetCoordinateSystemEpoch( string DateAbbrv ); |
[Managed C++] |
---|
public: String __gc ^ GetCoordinateSystemEpoch( String __gc ^ DateAbbrv ); |
[Java] |
---|
public String getCoordinateSystemEpoch( String DateAbbrv ); |
- DateAbbrv