This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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.