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


IGeometricNetwork.GeometryForJunctionEID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.GeometryForJunctionEID Property
ArcGIS Developer Help

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