This document is archived and information here might be outdated.  Recommended version.


IGeometricNetworkErrorDetection.CreateSelectionSetFromErrorTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetworkErrorDetection Interface > IGeometricNetworkErrorDetection.CreateSelectionSetFromErrorTable Method
ArcGIS Developer Help

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(
void
);

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