This method will set whether or not the selected line object will draw a double line.
Parameters
setDoubleLine
A value of type bool(Boolean) representing whether or not the line objects draws a double line
Return Value
Returns True if successful, otherwise returns False.
Explanation
Executing the SetSelectedObjectDoubleLine method, when the setDoubleLine parameter is set to True, the selected line object will draw a double line. Executing it when the setDoubleLine parameter is set to False, the selected line object will draw a single line.
Executing this method is the same as selecting a line object, right clicking the object to display the context menu, selecting "Properties" and then checking (or unchecking) the "DoubleLine" checkbox.
This method is enabled only when the selected object is a line object. If no object is selected or if the selected object is not a line object, then this method will return False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit