ArcObjects Library Reference (GeoDatabase)  

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