Specifies the type of antenna mount used for the interpretation of direction measurements. Use this setting to explicitly specify the method of measurement for X-Y angles. Settings specified through the tracking data provider interface override the settings on the associated facility object. The default setting is eAntMountDefault which indicates to ODTK that the antenna mount type setting on the tracking facility should be used.
Read-write property
[Visual Basic .NET] |
---|
Public Property AntennaMountType() As EAntennaMountType |
[C#] |
---|
public EAntennaMountType AntennaMountType {get; set;} |
[Managed C++] |
---|
public: __property EAntennaMountType get_AntennaMountType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AntennaMountType( EAntennaMountType * pVal ); public: HRESULT put_AntennaMountType( EAntennaMountType newVal ); |
[Java] |
---|
public EAntennaMountType getAntennaMountType(); public void setAntennaMountType( EAntennaMountType ); |