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


ISegment.GetPointsAtVertexAttribute 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.GetPointsAtVertexAttribute Method
ArcGIS Developer Help

ISegment.GetPointsAtVertexAttribute Method

Gets the point at the location corresponding to the attribute value.

[Visual Basic .NET]
Public Sub GetPointsAtVertexAttribute ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal attributeValue As Double, _
    ByVal lateralOffset As Double, _
    ByRef outPoints As IPointCollection _
)
[C#]
public void GetPointsAtVertexAttribute (
    esriGeometryAttributes attributeType,
    double attributeValue,
    double lateralOffset,
    ref IPointCollection outPoints
);
[C++]
HRESULT GetPointsAtVertexAttribute(
  esriGeometryAttributes attributeType,
  double attributeValue,
  double lateralOffset,
  IPointCollection** outPoints
);
[C++]
Parameters
attributeType 

attributeType is a parameter of type esriGeometryAttributes attributeValue
attributeValue is a parameter of type double lateralOffset
lateralOffset is a parameter of type double outPoints [out]
outPoints is a parameter of type IPointCollection**

Product Availability

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

See Also

ISegment Interface