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