ArcObjects Library Reference (DefenseSolutions)  

IScaleFilter.MinimumValue Property

Indicates the smallest value acceptable to the filter.

[Visual Basic .NET]
Public Property MinimumValue As String
[C#]
public string MinimumValue {get; set;}
[C++]
HRESULT get_MinimumValue(
  BSTR* MinimumValue
);
[C++]
HRESULT put_MinimumValue(
  BSTR MinimumValue
);
[C++]

Parameters

MinimumValue [out, retval]   MinimumValue is a parameter of type BSTR MinimumValue [in]   MinimumValue is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IScaleFilter Interface