ArcObjects Library Reference (NetworkAnalysis)  

IPointToEID.GeometricNetwork Property

Source geometric network from which the result EID will come.

[Visual Basic .NET]
Public WriteOnly Property GeometricNetwork
[C#]
public void GeometricNetwork {set;}
[C++]
HRESULT putref_GeometricNetwork(
  IGeometricNetwork* 
);
[C++]

Parameters

[in]

   is a parameter of type IGeometricNetwork

Product Availability

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

Remarks

The result element ID will be from this geometric network.

See Also

IPointToEID Interface