ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicRelationshipRule Interface