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


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

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(
  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

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface