ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoader2.ErrorTableName Property

Name of the table containing errors encountered while building the new geometric network.

[Visual Basic .NET]
Public ReadOnly Property ErrorTableName As String
[C#]
public string ErrorTableName {get;}
[C++]
HRESULT get_ErrorTableName(
  BSTR* pErrorTableName
);
[C++]

Parameters

pErrorTableName [out, retval]   pErrorTableName is a parameter of type BSTR

Product Availability

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

Remarks

ErrorTableName can only be called after the INetworkLoader::LoadNetwork method has been called.

See Also

INetworkLoader2 Interface

.NET Related Topics

Creating geometric networks within a geodatabase