STK AstrogatorSend comments on this topic.
OrbitEpoch Property (IAgVAMCSInitialState)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_OrbitEpoch(
    VARIANT newVal
);
[Java]
public AgVariant getOrbitEpoch();
public void setOrbitEpoch(
    AgVariant
);
[Python - STK API ]
@property
def OrbitEpoch(self) -> typing.Any:

@OrbitEpoch.setter
def OrbitEpoch(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.