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


IItemPathsQuery.QueryPathsParameters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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