Available also on: Delphi | .NET | Java | ActiveX.
Renders the shape label using the current layer labeling settings.
# Python def DrawLabel( self ) -> None:
PURPOSE: Draw the label associated with the current shape for map display, annotation, or thematic presentation.
BEHAVIOR: Uses the active layer labeling parameters, including text content, placement, and formatting, and renders the label immediately to the current viewer.
CONSTRAINTS: Do not call this method inside FindFirst..FindNext or similar cursor iteration contexts. Requires an active viewer rendering context.