Buffer distance used for the selection.
[Visual Basic 6.0] Property BufferDistance As Double
[Visual Basic .NET] Public Property BufferDistance As Double
[C#] public double BufferDistance {get; set;}
[Java] public Double getBufferDistance() throws IOException, AutomationException
[Java] public void setBufferDistance( Double BufferDistance ) throws IOException, AutomationException
[C++]
HRESULT get_BufferDistance(
double* Distance
);
[C++] HRESULT put_BufferDistance( double Distance);
Parameters
Distance [out, retval]
Distance is a parameter of type double
Distance [in]
Distance is a parameter of type double