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


ISchematicSpatialQueryRule.BufferUsed Property (ArcObjects .NET 10.4 SDK)
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