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


ISchematicSpatialQueryRule.AddElements 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.AddElements Property
ArcGIS Developer Help

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(
  Boolean* AddElements
);
[C++]
HRESULT put_AddElements(
  VARIANT_BOOL AddElements
);
[C++]
Parameters
AddElements [out, retval]

AddElements is a parameter of type bool* AddElements [in]
AddElements is a parameter of type bool

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface