This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRepresentationRenderer Interface > IRepresentationRenderer.DrawInvalidRule Property (ArcObjects .NET 10.4 SDK) |
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
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.