AGI STK Objects 11Send 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.
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 _
) As 
[C#]
public void SetAzElMask(
    AgEAzElMaskType Type,
    System.Object Data
);
[Managed C++]
public: void SetAzElMask(
    AgEAzElMaskType Type,
    VARIANT Data
);
[Java]
public void setAzElMask(
    AgEAzElMaskType Type,
    VARIANT Data
);
[Unmanaged C++]
public: HRESULT SetAzElMask(
    AgEAzElMaskType Type,
    VARIANT Data
);

Parameters

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.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.