This document is archived and information here might be outdated. Recommended version. |
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
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.