This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVertexAttribute2 Interface > IVertexAttribute2.CalculateNonSimpleVertexAttributes2 Method (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL applySingleAtt applySingleAtt is a parameter of type VARIANT_BOOL