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