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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1