This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.AddElements Property (ArcObjects .NET 10.5 SDK) |
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