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


IDataGraphBase.SaveToFile Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphBase.SaveToFile Method

Saves the data graph to a .grf file.

[Visual Basic .NET]
Public Sub SaveToFile ( _
    ByVal Filename As String _
)
[C#]
public void SaveToFile (
    string Filename
);
[C++]
HRESULT SaveToFile(
  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

IDataGraphBase Interface