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