This document is archived and information here might be outdated. Recommended version. |
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*
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