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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.