ArcObjects Library Reference (Output)  

IAIDriver.CreateAI Method

Converts the EMF file to a AI File.

[Visual Basic .NET]
Public Sub CreateAI ( _
    ByVal InputFileName As String, _
    ByVal OutputFileName As String _
)
[C#]
public void CreateAI (
    string InputFileName,
    string OutputFileName
);
[C++]
HRESULT CreateAI(
  BSTR InputFileName,
  BSTR OutputFileName
);
[C++]

Parameters

InputFileName [in]   InputFileName is a parameter of type BSTR OutputFileName [in]   OutputFileName is a parameter of type BSTR

Product Availability

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

See Also

IAIDriver Interface