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