ArcObjects Library Reference (DefenseSolutions)  

IScaleFilter.MaximumValue Property

Indicates the largest value acceptable to the filter.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IScaleFilter Interface