Gets or sets the element used for specifying spacecraft location in the orbit at epoch.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LocationType() As AgEClassicalLocation |
| [C#] |
|---|
public AgEClassicalLocation LocationType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEClassicalLocation get_LocationType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEClassicalLocation getLocationType(); public void setLocationType( AgEClassicalLocation ); |
[Python - STK API ] |
|---|
@property def LocationType(self) -> "AgEClassicalLocation": @LocationType.setter def LocationType(self, vLocation:"AgEClassicalLocation") -> None: |






