ArcObjects Library Reference (GeoDatabase)  

IGPRangeDomain2.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.

See Also

IGPRangeDomain2 Interface