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