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 > ISchematicRelationshipRule Interface > ISchematicRelationshipRule.AddRelationBetweenTargetAndSource Property (ArcObjects .NET 10.5 SDK) |
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