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


IVertexAttribute.VertexAttributeMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute Interface > IVertexAttribute.VertexAttributeMax Property
ArcGIS Developer Help

IVertexAttribute.VertexAttributeMax Property

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

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

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

Product Availability

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

See Also

IVertexAttribute Interface