ArcObjects Library Reference (Schematic)  

ISchematicRelationshipRule.ReportSourceRelationOnTarget Property

Indicates if the source relation must be reported on the target.

[Visual Basic .NET]
Public Property ReportSourceRelationOnTarget As Boolean
[C#]
public bool ReportSourceRelationOnTarget {get; set;}
[C++]
HRESULT get_ReportSourceRelationOnTarget(
  VARIANT_BOOL* ReportSourceRelationOnTarget
);
[C++]
HRESULT put_ReportSourceRelationOnTarget(
  VARIANT_BOOL ReportSourceRelationOnTarget
);
[C++]

Parameters

ReportSourceRelationOnTarget [out, retval]   ReportSourceRelationOnTarget is a parameter of type VARIANT_BOOL ReportSourceRelationOnTarget [in]   ReportSourceRelationOnTarget 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