ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.BufferUsed Property

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(
  VARIANT_BOOL* BufferUsed
);
[C++]
HRESULT put_BufferUsed(
  VARIANT_BOOL BufferUsed
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicSpatialQueryRule Interface