This document is archived and information here might be outdated. Recommended version. |
Gets the 'from' and the 'to' attribute values.
[Visual Basic .NET] Public Sub QueryVertexAttributes ( _ ByVal attributeType As esriGeometryAttributes, _ ByRef fromAttribute As Double, _ ByRef toAttribute As Double _ )
[C#] public void QueryVertexAttributes ( esriGeometryAttributes attributeType, ref double fromAttribute, ref double toAttribute );
[C++]
HRESULT QueryVertexAttributes(
esriGeometryAttributes attributeType,
System.Double* fromAttribute,
System.Double* toAttribute
);
[C++] Parameters attributeType
attributeType is a parameter of type esriGeometryAttributes fromAttribute [out]
fromAttribute is a parameter of type double* toAttribute [out]
toAttribute is a parameter of type double*