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


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

ISchematicSpatialQueryRule.RelateElements Property

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

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

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface