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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1