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


IDataGraphT.ExportToFileEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.ExportToFileEx Method
ArcGIS Developer Help

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