![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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