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


IQueryPathsParameters.BrokenPathsOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.BrokenPathsOnly Property
ArcGIS Developer Help

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(
  Boolean* pbBrokenOnly
);
[C++]
Parameters
pbBrokenOnly [in]

pbBrokenOnly is a parameter of type bool pbBrokenOnly [out, retval]
pbBrokenOnly is a parameter of type bool*

Product Availability

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

See Also

IQueryPathsParameters Interface