IAgODProvideTrackingDataLib 13Send comments on this topic.
AntennaMountType Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AntennaMountType() As EAntennaMountType
[C#]
public EAntennaMountType AntennaMountType {get; set;}
[Managed C++]
public: __property EAntennaMountType get_AntennaMountType();
public: __property void set_AntennaMountType( EAntennaMountType );
[Unmanaged C++]
public: HRESULT get_AntennaMountType(
    EAntennaMountType * pVal
);
public: HRESULT put_AntennaMountType(
    EAntennaMountType newVal
);
[Java]
public EAntennaMountType getAntennaMountType();
public void setAntennaMountType(
    EAntennaMountType
);
[Python - STK API ]
@property
def AntennaMountType(self) -> EAntennaMountType:

@AntennaMountType.setter
def AntennaMountType(self, newVal:EAntennaMountType) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.