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


ISchematicRelationshipRule.AddTargetElement 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.AddTargetElement Property
ArcGIS Developer Help

ISchematicRelationshipRule.AddTargetElement Property

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

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface