STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetAzElMask(
    AgEAzElMaskType Type,
    VARIANT Data
);
[Java]
public void setAzElMask(
    AgEAzElMaskType Type,
    AgVariant Data
);
[Python - STK API ]
def SetAzElMask(self, Type:"AgEAzElMaskType", Data:typing.Any) -> None:

Parameters

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.