This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.GeometryForJunctionEID Property (ArcObjects .NET 10.5 SDK) |
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