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 * pMin
);
public: HRESULT put_DisplayRangeMinimum(
    double pMin
);
[Java]
public double getDisplayRangeMinimum();
public void setDisplayRangeMinimum(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.