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





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

[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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1