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


IRangeDomain.MinValue 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.MinValue Property
ArcGIS Developer Help

IRangeDomain.MinValue Property

The minimum value for the associated attribute.

[Visual Basic .NET]
Public Property MinValue As Object
[C#]
public object MinValue {get; set;}
[C++]
HRESULT get_MinValue(
  Variant* Value
);
[C++]
HRESULT put_MinValue(
  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

MinValue property returns the min value set for this range domain.

Remarks

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

See Also

IRangeDomain Interface