AGI STK Objects 11 Send comments on this topic.
SetAzElMask Method (IAgTarget)
See Also 
Type
Data
The data. If Type is eMaskFile then this is the FileName. If Type is eTerrainData then it's the Height above ground. If eAzElMaskNone, the data is ignored.





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
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's the Height above ground. If eAzElMaskNone, the data is ignored.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1