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 > IGeometricNetworkErrorDetection Interface > IGeometricNetworkErrorDetection.CreateSelectionSetFromErrorTable Method (ArcObjects .NET 10.5 SDK) |
Returns a set of selection sets of the features in the geometric network Error Table.
[Visual Basic .NET] Public Function CreateSelectionSetFromErrorTable ( _ ) As ISet
[C#] public ISet CreateSelectionSetFromErrorTable ( );
[C++]
HRESULT CreateSelectionSetFromErrorTable(
ISet** selectionSets
);
[C++]
Parameters selectionSets [out, retval]
selectionSets is a parameter of type ISet
A set of selection sets may be created from all the entries found in the error table that are currently associated with a geometric network via the CreateSelectionSetFromErrorTable method. This is a mechanism that can be used to create instances of the network features that are listed in the error table.