This document is archived and information here might be outdated. Recommended version. |
Indicates if the Schematic Spatial Query rule uses a spatial buffer.
[Visual Basic .NET]
Public Property BufferUsed As Boolean
[C#]
public bool BufferUsed {get; set;}
[C++]
HRESULT get_BufferUsed(
Boolean* BufferUsed
);
[C++]
HRESULT put_BufferUsed(
VARIANT_BOOL BufferUsed
);
[C++] Parameters BufferUsed [out, retval]
BufferUsed is a parameter of type bool* BufferUsed [in]
BufferUsed is a parameter of type bool