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


IPsExporter.QueryPSDriver Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPsExporter Interface > IPsExporter.QueryPSDriver Method
ArcGIS Developer Help

IPsExporter.QueryPSDriver Method

Returns Interface IPSDriver.

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

Product Availability

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

See Also

IPsExporter Interface