AGI STK Objects 11 Send comments on this topic.
ModelType Property (IAgVeProfileGPS)
See Also 





Description

The GPS attitude model type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ModelType() As AgEGPSAttModelType

[C#]
public AgEGPSAttModelType ModelType {get; set;}

[Managed C++]
public: __property AgEGPSAttModelType get_ModelType();
public: __property void set_ModelType(
AgEGPSAttModelType
);

[Unmanaged C++]
public: HRESULT get_ModelType(
AgEGPSAttModelType * pRetVal
);
public: HRESULT put_ModelType(
AgEGPSAttModelType NewModelType
);

[Java]
public AgEGPSAttModelType getModelType();public void setModelType(
AgEGPSAttModelType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1