This document is archived and information here might be outdated. Recommended version. |
The selection buffer distance. When drawing, and if a selection filter is specified, a buffer zone of the specified distance will be displayed around the selected features.
[Visual Basic .NET]
Public Property SelectionBufferDistance As Double
[C#]
public double SelectionBufferDistance {get; set;}
[C++]
HRESULT get_SelectionBufferDistance(
void
);
[C++]
HRESULT put_SelectionBufferDistance(
);