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


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

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

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

Product Availability

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

See Also

ISchematicSpatialQueryRule Interface