This document is archived and information here might be outdated. Recommended version. |
Indicates if attributeValue is located on this segment.
[Visual Basic .NET] Public Function VertexAttributeOn ( _ ByVal attributeType As esriGeometryAttributes, _ ByVal attributeValue As Double _ ) As Integer
[C#] public int VertexAttributeOn ( esriGeometryAttributes attributeType, double attributeValue );
[C++]
HRESULT VertexAttributeOn(
esriGeometryAttributes attributeType,
double attributeValue
);
[C++] Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes attributeValue
attributeValue is a parameter of type double