ArcObjects Library Reference (GeoDatabase)  

IGeometricNetworkErrorDetection.CreateSelectionSetFromErrorTable Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IGeometricNetworkErrorDetection Interface