This document is archived and information here might be outdated. Recommended version. |
Removes the set of Feature from the graph.
[Visual Basic .NET] Public Sub DeleteSet ( _ ByVal featuresToDelete As ISet _ )
[C#] public void DeleteSet ( ISet featuresToDelete );
[C++]
HRESULT DeleteSet(
ISet* featuresToDelete
);
[C++] Parameters featuresToDelete [in]
featuresToDelete is a parameter of type ISet*
If not performed in an edit session, DeleteSet will return the error :- 2147216556, FDO_E_OBJECTCLASS_REQUIRES_AN_EDIT_SESSION.
IGraph Interface | IWorkspaceEdit Interface | IWorkspaceEditEvents Interface | ISpatialCacheManager Interface | IFeatureClass.CreateFeature Method | Editor Class