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


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

ISchematicSpatialQueryRule.AddRelationshipElement Property

Indicates if the relationship element must be included in the diagram.

[Visual Basic .NET]
Public Property AddRelationshipElement As Boolean
[C#]
public bool AddRelationshipElement {get; set;}
[C++]
HRESULT get_AddRelationshipElement(
  VARIANT_BOOL* AddRelationshipElement
);
[C++]
HRESULT put_AddRelationshipElement(
  VARIANT_BOOL AddRelationshipElement
);
[C++]

Parameters AddRelationshipElement [out, retval] AddRelationshipElement is a parameter of type VARIANT_BOOL AddRelationshipElement [in] AddRelationshipElement 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