AGI STK Objects 11 Send comments on this topic.
DisplayRangeMaximum Property (IAgBasicAzElMask)
See Also 
Windows






Windows & Linux

Description

The longest range at which the terrain mask is displayed. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayRangeMaximum() As Double

[C#]
public double DisplayRangeMaximum {get; set;}

[Managed C++]
public: __property double get_DisplayRangeMaximum();
public: __property void set_DisplayRangeMaximum(
double
);

[Unmanaged C++]
public: HRESULT get_DisplayRangeMaximum(
double * pRetVal
);
public: HRESULT put_DisplayRangeMaximum(
double NewDisplayRangeMaximum
);

[Java]
public double getDisplayRangeMaximum();public void setDisplayRangeMaximum(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface