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