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


IRepresentationRenderer.DrawInvalidRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRepresentationRenderer.DrawInvalidRule Property

Indicates if representations with an invalid Rule ID will draw.

[Visual Basic .NET]
Public Property DrawInvalidRule As Boolean
[C#]
public bool DrawInvalidRule {get; set;}
[C++]
HRESULT get_DrawInvalidRule(
  VARIANT_BOOL* Draw
);
[C++]
HRESULT put_DrawInvalidRule(
  VARIANT_BOOL Draw
);
[C++]

Parameters Draw [out, retval] Draw is a parameter of type VARIANT_BOOL Draw [in] Draw is a parameter of type VARIANT_BOOL

Product Availability

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

Description

DrawInvalidRule is a boolean that indicates if feature representations having either invalid or null representation rule values will be drawn by the renderer or not.

An invalid representation rule is a rule that does not belong to the collection of RepresentationRules object for that particular RepresentationClass or a rule having null value. Representation rule IDs are stored in the RuleID field of the attribute table. 

See Also

IRepresentationRenderer Interface