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


IDataGraphT.ExportToFileEx Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphT.ExportToFileEx Method

Exports the data graph to a file.

[Visual Basic .NET]
Public Sub ExportToFileEx ( _
    ByVal Filename As String, _
    ByVal Width As Integer, _
    ByVal Height As Integer _
)
[C#]
public void ExportToFileEx (
    string Filename,
    int Width,
    int Height
);
[C++]
HRESULT ExportToFileEx(
  BSTR Filename,
  long Width,
  long Height
);
[C++]

Parameters Filename [in] Filename is a parameter of type BSTR Width [in] Width is a parameter of type long Height [in] Height is a parameter of type long

Product Availability

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

See Also

IDataGraphT Interface