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


IRepresentationRenderer.InvalidRuleColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRepresentationRenderer Interface > IRepresentationRenderer.InvalidRuleColor Property
ArcGIS Developer Help

IRepresentationRenderer.InvalidRuleColor Property

Color used for representations with an invalid rule ID.

[Visual Basic .NET]
Public Property InvalidRuleColor As IColor
[C#]
public IColor InvalidRuleColor {get; set;}
[C++]
HRESULT get_InvalidRuleColor(
  IColor** Color
);
[C++]
HRESULT put_InvalidRuleColor(
  IColor* Color
);
[C++]
Parameters
Color [out, retval]

Color is a parameter of type IColor** Color [in]
Color is a parameter of type IColor*

Product Availability

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

Description

InvalidRuleColor is the color used by the renderer to draw all feature representations having invalid representation rule values.

An invalid representation rule is a rule that is not present in the collection of RepresentationRules object for that particular RepresentationClass or a null rule value. Representation rule ID values are stored in the RuleID field of the attribute table. 

See Also

IRepresentationRenderer Interface