This document is archived and information here might be outdated. Recommended version. |
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*
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.