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


IRepresentationClass.RepresentationRules Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationClass Interface > IRepresentationClass.RepresentationRules Property
ArcGIS Developer Help

IRepresentationClass.RepresentationRules Property

RepresentationRules Property.

[Visual Basic .NET]
Public Property RepresentationRules As IRepresentationRules
[C#]
public IRepresentationRules RepresentationRules {get; set;}
[C++]
HRESULT get_RepresentationRules(
  IRepresentationRules** repRules
);
[C++]
HRESULT putref_RepresentationRules(
  IRepresentationRules* repRules
);
[C++]
Parameters
repRules [out, retval]

repRules is a parameter of type IRepresentationRules** repRules [in]
repRules is a parameter of type IRepresentationRules*

Product Availability

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

Remarks

Use RepresentationRules property to get access to the members of the representation rules collection on a representation class. IRepresentationRules interface can be used to add, remove or modify rules present in the representation rules collection. To work with a specific rule within the collection, use esriDisplay.IRepresentationRule interface.

See Also

IRepresentationClass Interface