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


IBuildBoundaryParameters.PerformWeeding Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters Interface > IBuildBoundaryParameters.PerformWeeding Property
ArcGIS Developer Help

IBuildBoundaryParameters.PerformWeeding Property

Indicates whether the computed boundary geometry is run through a point-weeding routine.

[Visual Basic .NET]
Public Property PerformWeeding As Boolean
[C#]
public bool PerformWeeding {get; set;}
[C++]
HRESULT get_PerformWeeding(
  VARIANT_BOOL pbPerformWeeding
);
[C++]
HRESULT put_PerformWeeding(
  Boolean* pbPerformWeeding
);
[C++]
Parameters
pbPerformWeeding [in]

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

Product Availability

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

See Also

IBuildBoundaryParameters Interface