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






Windows & Linux

Description

The element used for specifying spacecraft location in the orbit at epoch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LocationType() As AgEClassicalLocation
[C#]
public AgEClassicalLocation LocationType {get; set;}
[Managed C++]
public: __property AgEClassicalLocation get_LocationType();
public: __property void set_LocationType( AgEClassicalLocation );
[Unmanaged C++]
public: HRESULT get_LocationType(
    AgEClassicalLocation * pVal
);
public: HRESULT put_LocationType(
    AgEClassicalLocation vLocation
);
[Java]
public AgEClassicalLocation getLocationType();
public void setLocationType(
    AgEClassicalLocation
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.