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


INetDiagnostics.Dump Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetDiagnostics Interface > INetDiagnostics.Dump Method
ArcGIS Developer Help

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