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


ITopologyGraph.SetEdgeGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SetEdgeGeometry Method
ArcGIS Developer Help

ITopologyGraph.SetEdgeGeometry Method

Assigns the path geometry to the specified edge. Reinterpolatex vertex attributes for the edge if any exist.

[Visual Basic .NET]
Public Sub SetEdgeGeometry ( _
    ByVal Edge As ITopologyEdge, _
    ByVal Geometry As IPath _
)
[C#]
public void SetEdgeGeometry (
    ITopologyEdge Edge,
    IPath Geometry
);
[C++]
HRESULT SetEdgeGeometry(
  ITopologyEdge* Edge,
  IPath* Geometry
);
[C++]
Parameters
Edge 

Edge is a parameter of type ITopologyEdge* Geometry
Geometry is a parameter of type IPath*

Product Availability

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

Description

That method allows replacing the geometry of an edge by the input path geometry. The end points of the edge must be respected.

See Also

ITopologyGraph Interface