This document is archived and information here might be outdated.  Recommended version.


ISegment.PutVertexAttributes Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.PutVertexAttributes Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegment Interface