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


ISegment.InterpolateVertexAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.InterpolateVertexAttributes Method

Interpolates Z and M values at distanceAlongSegment and stores the results at point.

[Visual Basic .NET]
Public Sub InterpolateVertexAttributes ( _
    ByVal distanceAlongSegment As Double, _
    ByVal asRatio As Boolean, _
    ByVal atPoint As IPoint _
)
[C#]
public void InterpolateVertexAttributes (
    double distanceAlongSegment,
    bool asRatio,
    IPoint atPoint
);
[C++]
HRESULT InterpolateVertexAttributes(
  double distanceAlongSegment,
  VARIANT_BOOL asRatio,
  IPoint* atPoint
);
[C++]

Parameters distanceAlongSegment
distanceAlongSegment is a parameter of type double asRatio
asRatio is a parameter of type bool atPoint
atPoint is a parameter of type IPoint*

Product Availability

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

See Also

ISegment Interface