ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.GeometryForEdgeEID Property

The geometry of the EdgeElement.

[Visual Basic .NET]
Public Function get_GeometryForEdgeEID ( _
    ByVal edgeEID As Integer _
) As IGeometry
[C#]
public IGeometry get_GeometryForEdgeEID (
    int edgeEID
);
[C++]
HRESULT get_GeometryForEdgeEID(
  long edgeEID,
  IGeometry** Geometry
);
[C++]

Parameters

edgeEID [in]   edgeEID is a parameter of type long Geometry [out, retval]

  Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IGeometricNetwork Interface