Description
Smart epoch component representing the coordinate epoch. Disabled for coordinate systems with pre-established epochs (e.g. J2000, B1950).
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CoordinateSystemEpoch() As IAgCrdnEventSmartEpoch
|
| [C#] |
|---|
public IAgCrdnEventSmartEpoch CoordinateSystemEpoch {get;}
|
| [Managed C++] |
|---|
public: __property IAgCrdnEventSmartEpoch^ get_CoordinateSystemEpoch();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CoordinateSystemEpoch( IAgCrdnEventSmartEpoch ** ppRetVal );
|
| [Java] |
|---|
public IAgCrdnEventSmartEpoch getCoordinateSystemEpoch();
|
See Also