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


IDERelationshipClassEx.RelationshipRules Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.RelationshipRules Property
ArcGIS Developer Help

IDERelationshipClassEx.RelationshipRules Property

The relationship rules that apply to this relationship class.

[Visual Basic .NET]
Public Property RelationshipRules As IArray
[C#]
public IArray RelationshipRules {get; set;}
[C++]
HRESULT get_RelationshipRules(
  IArray** Rules
);
[C++]
HRESULT putref_RelationshipRules(
  IArray* Rules
);
[C++]
Parameters
Rules [out, retval]

Rules is a parameter of type IArray** Rules [in]
Rules is a parameter of type IArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDERelationshipClassEx Interface