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


IVertexAttribute.VertexAttributeMin Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IVertexAttribute.VertexAttributeMin Property

The minimum vertex attribute value of this type for all vertices in this object.

[Visual Basic .NET]
Public Function get_VertexAttributeMin ( _
    ByVal attributeType As esriGeometryAttributes _
) As Double
[C#]
public double get_VertexAttributeMin (
    esriGeometryAttributes attributeType
);
[C++]
HRESULT get_VertexAttributeMin(
  esriGeometryAttributes attributeType,
  System.Double* attributeMin
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes attributeMin [out, retval]
attributeMin is a parameter of type double*

Product Availability

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

See Also

IVertexAttribute Interface