This document is archived and information here might be outdated.  Recommended version.


IRangeDomain.MaxValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRangeDomain Interface > IRangeDomain.MaxValue Property
ArcGIS Developer Help

IRangeDomain.MaxValue Property

The maximum value for the associated attribute.

[Visual Basic .NET]
Public Property MaxValue As Object
[C#]
public object MaxValue {get; set;}
[C++]
HRESULT get_MaxValue(
  Variant* Value
);
[C++]
HRESULT put_MaxValue(
  VARIANT Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type VARIANT* Value [in]
Value is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The MaxValue property returns or sets the maximum value set for this range domain.

Remarks

This property returns the maximum valid value associated with the range domain.

See Also

IRangeDomain Interface