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






Windows & Linux

Description

This property is deprecated. Use the OrbitEpoch property to configure orbit state epoch. Epoch. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Epoch() As System.Object
[C#]
public System.Object Epoch {get; set;}
[Managed C++]
public: __property VARIANT get_Epoch();
public: __property void set_Epoch( VARIANT );
[Unmanaged C++]
public: HRESULT get_Epoch(
    VARIANT * pVal
);
public: HRESULT put_Epoch(
    VARIANT OrbitEpoch
);
[Java]
public VARIANT getEpoch();
public void setEpoch(
    VARIANT
);

Remarks

Note: If you modify the epoch, you should do so before modifying the representation (IAgOrbitState).

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.