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


IGeometricNetwork.SpliceSimpleJunction Method (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.SpliceSimpleJunction Method
ArcGIS Developer Help

IGeometricNetwork.SpliceSimpleJunction Method

Create network connectivity between the simple junction and any intersecting network feature. For internal use only.

[Visual Basic .NET]
Public Sub SpliceSimpleJunction ( _
    ByVal Junction As ISimpleJunctionFeature, _
    ByVal junctionEID As Integer, _
    ByVal Geometry As IGeometry, _
    ByVal forceConnectivity As Boolean _
)
[C#]
public void SpliceSimpleJunction (
    ISimpleJunctionFeature Junction,
    int junctionEID,
    IGeometry Geometry,
    bool forceConnectivity
);
[C++]
HRESULT SpliceSimpleJunction(
  ISimpleJunctionFeature* Junction,
  long junctionEID,
  IGeometry* Geometry,
  VARIANT_BOOL forceConnectivity
);
[C++]
Parameters
Junction [in]

Junction is a parameter of type ISimpleJunctionFeature* junctionEID [in]
junctionEID is a parameter of type long Geometry [in]
Geometry is a parameter of type IGeometry* forceConnectivity [in]
forceConnectivity is a parameter of type bool

Product Availability

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

See Also

IGeometricNetwork Interface