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


IVertexAttribute.CalculateNonSimpleVertexAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IVertexAttribute.CalculateNonSimpleVertexAttributes Method

Extrapolates/interpolates the non-simple vertex attribute values.

[Visual Basic .NET]
Public Sub CalculateNonSimpleVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes _
)
[C#]
public void CalculateNonSimpleVertexAttributes (
    esriGeometryAttributes attributeType
);
[C++]
HRESULT CalculateNonSimpleVertexAttributes(
  esriGeometryAttributes attributeType
);
[C++]

Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes

Product Availability

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

See Also

IVertexAttribute Interface