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


IAIExporter.QueryAIDriver Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IAIExporter.QueryAIDriver Method

Returns Interface IAIDriver.

[Visual Basic .NET]
Public Function QueryAIDriver ( _
) As IAIDriver
[C#]
public IAIDriver QueryAIDriver (
);
[C++]
HRESULT QueryAIDriver(
  IAIDriver** AIDriver
);
[C++]

Parameters AIDriver [out, retval]
AIDriver is a parameter of type IAIDriver

Product Availability

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

See Also

IAIExporter Interface