AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_LocationType(
AgEClassicalLocation NewLocationType
);

[Java]
public AgEClassicalLocation getLocationType();public void setLocationType(
AgEClassicalLocation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface