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


ISegment.InterpolateVertexAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.InterpolateVertexAttributes Method
ArcGIS Developer Help

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