Draws Items in a Named List with overridden styles. This only changes the display until the next time it is redrawn.
| Visual Basic | 
|---|
| Public Function DrawList( _ ByVal drawcode As Integer, _ ByVal list As String, _ ByVal pen As String, _ ByVal brush As String, _ ByVal shape As String, _ ByVal font As String _ ) As Integer | 
| SIS_CURRENTWINDOW | Redraw the Items in the current window only. | 
| SIS_CURRENTSWD | Redraw the Items in all windows which contain the current SWD. | 
| SIS_ALLWINDOWS | Redraw the Items in all windows. | 
GisLink customisations must call the ReleaseNA method after having used this method and not the Release method, because the Release method causes a refresh of the current window.
Available: MM ME MD OD OM OV
Group:
sis.DrawList (SIS_CURRENTWINDOW, "Conservation", "Purple", "Pink", Cross", "Arial")
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).