AGI STK Objects 11 Send comments on this topic.
Epoch Property (IAgOrbitStateCoordinateSystem)
See Also 





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 * pRetVal
);
public: HRESULT put_Epoch(
BSTR NewEpoch
);

[Java]
public String getEpoch();public void setEpoch(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1