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


ISegment.PutVertexAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.PutVertexAttributes Method
ArcGIS Developer Help

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