ArcObjects Library Reference (GeoDatabase)  

INetDiagnostics.Dump Method

Dump the contents of the logical network to the given file.

[Visual Basic .NET]
Public Sub Dump ( _
    ByVal fileName As String _
)
[C#]
public void Dump (
    string fileName
);
[C++]
HRESULT Dump(
  BSTR fileName
);
[C++]

Parameters

fileName [in]   fileName is a parameter of type BSTR

Product Availability

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

See Also

INetDiagnostics Interface