ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.GeometryForJunctionEID Property

The geometry that corresponds to the JunctionElement (a point).

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

Parameters

junctionEID [in]   junctionEID 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