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


IQueryPathsParameters2.QueryRasterTypePaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IQueryPathsParameters2.QueryRasterTypePaths Property

Indicates whether paths associated with raster types are queried.

[Visual Basic .NET]
Public Property QueryRasterTypePaths As Boolean
[C#]
public bool QueryRasterTypePaths {get; set;}
[C++]
HRESULT get_QueryRasterTypePaths(
  VARIANT_BOOL* pbQueryRasterTypePaths
);
[C++]
HRESULT put_QueryRasterTypePaths(
  VARIANT_BOOL pbQueryRasterTypePaths
);
[C++]

Parameters pbQueryRasterTypePaths [out, retval] pbQueryRasterTypePaths is a parameter of type VARIANT_BOOL pbQueryRasterTypePaths [in] pbQueryRasterTypePaths is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IQueryPathsParameters2 Interface