Method to set an az-el mask. A member of the AgEAzElMaskType enumeration.
| [Visual Basic .NET] |
|---|
Public Sub SetAzElMask( _ ByVal Type As AgEAzElMaskType, _ ByVal Data As System.Object _ ) |
| [C#] |
|---|
public void SetAzElMask( |
| [Managed C++] |
|---|
public: void SetAzElMask( |
| [Java] |
|---|
public setAzElMask( |
| [Unmanaged C++] |
|---|
public: HRESULT SetAzElMask( |
- Type
Member Value Description eMaskFile 0 Use data in an exernal azimuth-elevation mask (*.aem) file. eTerrainData 1 Use terrain data specified at the scenario level to define the azimuth-elevation mask. eAzElMaskNone 2 No azimuth-elevation mask is defined. - Data
The data. If Type is eMaskFile then this is the FileName. If Type is eTerrainData then it is the Height above ground. If eAzElMaskNone, the data is ignored.
