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.ReportSourceRelationOnTarget Property (ArcObjects .NET 10.5 SDK) |
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