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


ISchematicSpatialQueryRule.AddElements Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.AddElements Property

Indicates if the elements detected by the Schematic Spatial Query rule must be included in the diagram.

[Visual Basic .NET]
Public Property AddElements As Boolean
[C#]
public bool AddElements {get; set;}
[C++]
HRESULT get_AddElements(
  VARIANT_BOOL* AddElements
);
[C++]
HRESULT put_AddElements(
  VARIANT_BOOL AddElements
);
[C++]

Parameters AddElements [out, retval] AddElements is a parameter of type VARIANT_BOOL AddElements [in] AddElements 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