This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader2 Interface > INetworkLoader2.ErrorTableName Property (ArcObjects .NET 10.5 SDK) |
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
ErrorTableName can only be called after the INetworkLoader::LoadNetwork method has been called.