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


IPsExporter.QueryPSDriver Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IPsExporter.QueryPSDriver Method

Returns Interface IPSDriver.

[Visual Basic .NET]
Public Function QueryPSDriver ( _
) As IPSDriver
[C#]
public IPSDriver QueryPSDriver (
);
[C++]
HRESULT QueryPSDriver(
  IPSDriver** PSDriver
);
[C++]

Parameters PSDriver [out, retval]
PSDriver is a parameter of type IPSDriver

Product Availability

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

See Also

IPsExporter Interface