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


ISchematicRelationshipRule.AddRelationBetweenTargetAndSource Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.AddRelationBetweenTargetAndSource Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface