ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.AddRelationBetweenTargetAndSource Property

Indicates if the relation between target and source must be included in the diagram.

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

Parameters

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