This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.ExportToFileEx Method (ArcObjects .NET 10.4 SDK) |
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