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
attributeTypeattributeType is a parameter of type esriGeometryAttributes
useSegmentExtrapolation useSegmentExtrapolation is a parameter of type VARIANT_BOOL applySingleAtt applySingleAtt is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.