ArcObjects Library Reference (DataSourcesRaster)  

IQueryPathsParameters.BrokenPathsOnly Property

Indicates whether only broken paths are returned.

[Visual Basic .NET]
Public Property BrokenPathsOnly As Boolean
[C#]
public bool BrokenPathsOnly {get; set;}
[C++]
HRESULT get_BrokenPathsOnly(
  VARIANT_BOOL* pbBrokenOnly
);
[C++]
HRESULT put_BrokenPathsOnly(
  VARIANT_BOOL pbBrokenOnly
);
[C++]

Parameters

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

Product Availability

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

See Also

IQueryPathsParameters Interface