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


IComplexEdgeFeature.SplitEdgeElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexEdgeFeature Interface > IComplexEdgeFeature.SplitEdgeElement Method
ArcGIS Developer Help

IComplexEdgeFeature.SplitEdgeElement Method

Inserts the specified JunctionElement into an edge at the point.

[Visual Basic .NET]
Public Sub SplitEdgeElement ( _
    ByVal point As IPoint, _
    ByVal newJunctionEID As Integer _
)
[C#]
public void SplitEdgeElement (
    IPoint point,
    int newJunctionEID
);
[C++]
HRESULT SplitEdgeElement(
  IPoint* point,
  long newJunctionEID
);
[C++]
Parameters
point [in]

point is a parameter of type IPoint* newJunctionEID [in]
newJunctionEID is a parameter of type long

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

IComplexEdgeFeature Interface