STK ObjectsSend comments on this topic.
CoordinateSystemEpoch Property (IAgOrbitStateCoordinateSystem)
See Also
Windows





Windows & Linux

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();
[Python - STK API ]
@property
def CoordinateSystemEpoch(self) -> "IAgCrdnEventSmartEpoch":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.