AGI STK Objects 11Send comments on this topic.
SetAzElMask Method (IAgFacility)
See Also 
Type
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.

Windows






Windows & Linux

Description

Method to set an az-el mask. A member of the AgEAzElMaskType enumeration.

Syntax

[Visual Basic .NET]
Public Sub SetAzElMask( _
   ByVal Type As AgEAzElMaskType, _
   ByVal Data As System.Object _
) 
[C#]
public void SetAzElMask(
   AgEAzElMaskType Type,
   System.Object Data
);
[Managed C++]
public: void SetAzElMask(
   AgEAzElMaskType Type,
   VARIANT Data
);
[Java]
public  setAzElMask(
   AgEAzElMaskType Type,
   Variant Data
);
[Unmanaged C++]
public: HRESULT SetAzElMask(
   AgEAzElMaskType Type,
   VARIANT Data
);

Parameters

Type
MemberValueDescription
eMaskFile0Use data in an exernal azimuth-elevation mask (*.aem) file.
eTerrainData1Use terrain data specified at the scenario level to define the azimuth-elevation mask.
eAzElMaskNone2No 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.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.