This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.SpliceSimpleJunction Method (ArcObjects .NET 10.4 SDK) |
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