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


IGraph.Split Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.Split Method
ArcGIS Developer Help

IGraph.Split Method

Split the feature.

[Visual Basic .NET]
Public Function Split ( _
    ByVal splittingEdge As IEdgeFeature, _
    ByVal point As IGeometry _
) As ISet
[C#]
public ISet Split (
    IEdgeFeature splittingEdge,
    IGeometry point
);
[C++]
HRESULT Split(
  IEdgeFeature* splittingEdge,
  IGeometry* point
);
[C++]
Parameters
splittingEdge [in]

splittingEdge is a parameter of type IEdgeFeature* point [in]
point is a parameter of type IGeometry*

Product Availability

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

Errors Returned

If not performed in an edit session, Split will return the error FDO_E_OBJECTCLASS_REQUIRES_AN_EDIT_SESSION.

See Also

IGraph Interface | IWorkspaceEdit Interface | IWorkspaceEditEvents Interface | ISpatialCacheManager Interface | IFeatureClass.CreateFeature Method | Editor Class | IGraph.TransformSet Method | IGraph Interface | IGeometricNetwork Interface | IGeometricNetwork.AddJunctionWithSubsumption Method | IGeometricNetworkName Interface | IGraph.Split Method | GeometricNetwork Class