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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayRangeMinimum() As Double
[C#]
public double DisplayRangeMinimum {get; set;}
[Managed C++]
public: __property double get_DisplayRangeMinimum();
public: __property void set_DisplayRangeMinimum(
   double
);
[Unmanaged C++]
public: HRESULT get_DisplayRangeMinimum(
   double * pRetVal
);
public: HRESULT put_DisplayRangeMinimum(
   double NewDisplayRangeMinimum
);
[Java]
public double getDisplayRangeMinimum();public void setDisplayRangeMinimum(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.