This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery Interface > IItemPathsQuery.QueryPathsParameters Property (ArcObjects .NET 10.5 SDK) |
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