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


IItemPathsQuery.ExportPaths Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemPathsQuery.ExportPaths Method

Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace.

[Visual Basic .NET]
Public Sub ExportPaths ( _
    ByVal bQueryMosaicPaths As Boolean, _
    ByVal bQueryCatalogItemPaths As Boolean, _
    ByVal exportTableName As String, _
    ByVal pWorkspace As IWorkspace, _
    ByVal configurationKeyword As String, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void ExportPaths (
    bool bQueryMosaicPaths,
    bool bQueryCatalogItemPaths,
    string exportTableName,
    IWorkspace pWorkspace,
    string configurationKeyword,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT ExportPaths(
  VARIANT_BOOL bQueryMosaicPaths,
  VARIANT_BOOL bQueryCatalogItemPaths,
  BSTR exportTableName,
  IWorkspace* pWorkspace,
  BSTR configurationKeyword,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters bQueryMosaicPaths [in]
bQueryMosaicPaths is a parameter of type bool bQueryCatalogItemPaths [in]
bQueryCatalogItemPaths is a parameter of type bool exportTableName [in]
exportTableName is a parameter of type BSTR pWorkspace [in]
pWorkspace is a parameter of type IWorkspace* configurationKeyword [in]
configurationKeyword is a parameter of type BSTR pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IItemPathsQuery Interface