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


IItemPathsQuery.QueryPathsParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery Interface > IItemPathsQuery.QueryPathsParameters Property
ArcGIS Developer Help

IItemPathsQuery.QueryPathsParameters Property

Parameters that control how paths stored in the mosaic dataset are queried.

[Visual Basic .NET]
Public Property QueryPathsParameters As IQueryPathsParameters
[C#]
public IQueryPathsParameters QueryPathsParameters {get; set;}
[C++]
HRESULT get_QueryPathsParameters(
  IQueryPathsParameters** ppQueryPathsParameters
);
[C++]
HRESULT putref_QueryPathsParameters(
  IQueryPathsParameters* ppQueryPathsParameters
);
[C++]
Parameters
ppQueryPathsParameters [out, retval]

ppQueryPathsParameters is a parameter of type IQueryPathsParameters** ppQueryPathsParameters [in]
ppQueryPathsParameters is a parameter of type IQueryPathsParameters*

Product Availability

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

See Also

IItemPathsQuery Interface