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


IVertexAttribute2.CalculateNonSimpleVertexAttributes2 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute2 Interface > IVertexAttribute2.CalculateNonSimpleVertexAttributes2 Method
ArcGIS Developer Help

IVertexAttribute2.CalculateNonSimpleVertexAttributes2 Method

Extrapolates/interpolates the non-simple vertex attribute values. If useSegmentExtrapolation is true, then the segment immediately incident on those to be extrapolated will be used to determine the extrapolation ratio.

[Visual Basic .NET]
Public Sub CalculateNonSimpleVertexAttributes2 ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal useSegmentExtrapolation As Boolean, _
    ByVal applySingleAtt As Boolean _
)
[C#]
public void CalculateNonSimpleVertexAttributes2 (
    esriGeometryAttributes attributeType,
    bool useSegmentExtrapolation,
    bool applySingleAtt
);
[C++]
HRESULT CalculateNonSimpleVertexAttributes2(
  esriGeometryAttributes attributeType,
  VARIANT_BOOL useSegmentExtrapolation,
  VARIANT_BOOL applySingleAtt
);
[C++]
Parameters
attributeType 

attributeType is a parameter of type esriGeometryAttributes useSegmentExtrapolation
useSegmentExtrapolation is a parameter of type bool applySingleAtt
applySingleAtt is a parameter of type bool

Product Availability

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

See Also

IVertexAttribute2 Interface