Description
This property is deprecated. Use CoordinateSystemEpoch to access the coordinate system epoch. The coordinate epoch. Disabled for coordinate systems with pre-established epochs (e.g. J2000, B1950).
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Epoch() As String
|
[C#] |
---|
public string Epoch {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Epoch(); public: __property void set_Epoch(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Epoch(
BSTR * pVal
);
public: HRESULT put_Epoch(
BSTR vEpoch
);
|
[Java] |
---|
public String getEpoch();
public void setEpoch(
String
);
|
See Also