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


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

IVertexAttribute.ExtrapolateVertexAttributes Method

Extrapolates the attribute values at the begining of the geometry up to the fromIndex based on the attribute value interval between the fromIndex and the toIndex.

[Visual Basic .NET]
Public Sub ExtrapolateVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal extrapolationStyle As esriExtrapolationEnum, _
    ByVal startPart As Integer, _
    ByVal startPoint As Integer, _
    ByVal endPart As Integer, _
    ByVal endPoint As Integer _
)
[C#]
public void ExtrapolateVertexAttributes (
    esriGeometryAttributes attributeType,
    esriExtrapolationEnum extrapolationStyle,
    int startPart,
    int startPoint,
    int endPart,
    int endPoint
);
[C++]
HRESULT ExtrapolateVertexAttributes(
  esriGeometryAttributes attributeType,
  esriExtrapolationEnum extrapolationStyle,
  long startPart,
  long startPoint,
  long endPart,
  long endPoint
);
[C++]
Parameters
attributeType 

attributeType is a parameter of type esriGeometryAttributes extrapolationStyle
extrapolationStyle is a parameter of type esriExtrapolationEnum startPart
startPart is a parameter of type long startPoint
startPoint is a parameter of type long endPart
endPart is a parameter of type long endPoint
endPoint is a parameter of type long

Product Availability

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

See Also

IVertexAttribute Interface