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


IRepresentationRenderer.DrawInvalidRule 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.DrawInvalidRule Property
ArcGIS Developer Help

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(
  Boolean* Draw
);
[C++]
HRESULT put_DrawInvalidRule(
  VARIANT_BOOL Draw
);
[C++]
Parameters
Draw [out, retval]

Draw is a parameter of type bool* Draw [in]
Draw is a parameter of type 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