This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.Split Method (ArcObjects .NET 10.5 SDK) |
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
If not performed in an edit session, Split will return the error FDO_E_OBJECTCLASS_REQUIRES_AN_EDIT_SESSION.
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