ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.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

ISchematicRelationshipRule Interface