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


IBuildBoundaryParameters.PerformWeeding Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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