This document is archived and information here might be outdated.  Recommended version.


ISchematicSpatialQueryRule.BufferUsed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.BufferUsed Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface