STK ObjectsSend comments on this topic.
MaxRangeWhenComputingAzElMask Property (IAgFacility)
See Also
Windows





Windows & Linux

Description

The maximum range to use when computing the az el mask using terrain data. Zero indicates to use algorithm default. Only applies when GetAzElMask returns eTerrainData (cannot be set if eMaskFile). Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRangeWhenComputingAzElMask() As Double
[C#]
public double MaxRangeWhenComputingAzElMask {get; set;}
[Managed C++]
public: __property double get_MaxRangeWhenComputingAzElMask();
public: __property void set_MaxRangeWhenComputingAzElMask( double );
[Unmanaged C++]
public: HRESULT get_MaxRangeWhenComputingAzElMask(
    double * pMaxRange
);
public: HRESULT put_MaxRangeWhenComputingAzElMask(
    double maxRange
);
[Java]
public double getMaxRangeWhenComputingAzElMask();
public void setMaxRangeWhenComputingAzElMask(
    double
);
[Python - STK API ]
@property
def MaxRangeWhenComputingAzElMask(self) -> float:

@MaxRangeWhenComputingAzElMask.setter
def MaxRangeWhenComputingAzElMask(self, maxRange:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.