Description
Minimum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Min() As Double
|
| [C#] |
|---|
public double Min {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Min(); public: __property void set_Min( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Min( double * pRetVal ); public: HRESULT put_Min( double NewMin );
|
| [Java] |
|---|
public double getMin();public void setMin( double );
|
See Also