This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.RelateElements Property (ArcObjects .NET 10.4 SDK) |
Indicates if a relation between elements must be initialized.
[Visual Basic .NET] Public Property RelateElements As Boolean
[C#] public bool RelateElements {get; set;}
[C++]
HRESULT get_RelateElements(
VARIANT_BOOL* RelateElements
);
[C++]
HRESULT put_RelateElements(
VARIANT_BOOL RelateElements
);
[C++]
Parameters RelateElements [out, retval] RelateElements is a parameter of type VARIANT_BOOL RelateElements [in] RelateElements is a parameter of type VARIANT_BOOL