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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1