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


IVertexAttribute.CalculateNonSimpleVertexAttributes Method (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.CalculateNonSimpleVertexAttributes Method
ArcGIS Developer Help

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