STK ObjectsSend 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
);
[Python - STK API ]
@property
def DisplayRangeMinimum(self) -> float:

@DisplayRangeMinimum.setter
def DisplayRangeMinimum(self, pMin:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.