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.AddTargetElement Property (ArcObjects .NET 10.5 SDK) |
Indicates if the target element must be included in the diagram.
[Visual Basic .NET] Public Property AddTargetElement As Boolean
[C#] public bool AddTargetElement {get; set;}
[C++]
HRESULT get_AddTargetElement(
VARIANT_BOOL* AddTargetElement
);
[C++]
HRESULT put_AddTargetElement(
VARIANT_BOOL AddTargetElement
);
[C++]
Parameters AddTargetElement [out, retval] AddTargetElement is a parameter of type VARIANT_BOOL AddTargetElement [in] AddTargetElement is a parameter of type VARIANT_BOOL