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 VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.