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


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

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

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

Product Availability

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

See Also

ISchematicRelationshipRule Interface