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


IGraph.Split Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  ISet** newFeatures
);
[C++]

Parameters splittingEdge [in]
splittingEdge is a parameter of type IEdgeFeature point [in]
point is a parameter of type IGeometry newFeatures [out, retval]
newFeatures is a parameter of type ISet

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