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(
  VARIANT_BOOL pbPerformWeeding
);
[C++]

Parameters

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

Product Availability

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

See Also

IBuildBoundaryParameters Interface