This document is archived and information here might be outdated. Recommended version. |
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*