AGI STK Astrogator 11 Send comments on this topic.
OrbitEpoch Property (IAgVAMCSInitialState)
See Also 





Description

The orbit epoch. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrbitEpoch() As System.Object

[C#]
public System.Object OrbitEpoch {get; set;}

[Managed C++]
public: __property VARIANT get_OrbitEpoch();
public: __property void set_OrbitEpoch(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_OrbitEpoch(
VARIANT * pRetVal
);
public: HRESULT put_OrbitEpoch(
VARIANT NewOrbitEpoch
);

[Java]
public Variant getOrbitEpoch();public void setOrbitEpoch(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1