This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSpatialQueryRule Interface > ISchematicSpatialQueryRule.AddRelationshipElement Property (ArcObjects .NET 10.5 SDK) |
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