This document is archived and information here might be outdated. Recommended version. |
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*