Gets or sets the GPS attitude model type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ModelType() As AgEGPSAttModelType |
| [C#] |
|---|
public AgEGPSAttModelType ModelType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEGPSAttModelType get_ModelType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEGPSAttModelType getModelType(); public void setModelType( AgEGPSAttModelType ); |
[Python - STK API ] |
|---|
@property def ModelType(self) -> "AgEGPSAttModelType": @ModelType.setter def ModelType(self, ModelType:"AgEGPSAttModelType") -> None: |






