Smart epoch component representing the coordinate epoch. Disabled for coordinate systems with pre-established epochs (e.g. J2000, B1950).
Read-only property
[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(); |
[Python - STK API ] |
---|
@property def CoordinateSystemEpoch(self) -> "IAgCrdnEventSmartEpoch": |