ArcObjects Library Reference (Display)  

IRepresentationRuleItem.RepresentationRule Property

The type of geometry used by the rule.

[Visual Basic .NET]
Public Property RepresentationRule As IRepresentationRule
[C#]
public IRepresentationRule RepresentationRule {get; set;}
[C++]
HRESULT get_RepresentationRule(
  IRepresentationRule** Rule
);
[C++]
HRESULT putref_RepresentationRule(
  IRepresentationRule* Rule
);
[C++]

Parameters

Rule [out, retval]

  Rule is a parameter of type IRepresentationRule

Rule [in]

  Rule is a parameter of type IRepresentationRule

Product Availability

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

See Also

IRepresentationRuleItem Interface