This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRangeDomain Interface > IRangeDomain.MinValue Property (ArcObjects .NET 10.4 SDK) |
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