Group: Forum Members
Last Active: 11 Years Ago
Posts: 29,
Visits: 1
|
I have the following code:
Call DrawingView.Controller.Tools.SingleEnableTool(NDWFR.ToolCreateConnector)
Dim tool As NCreateConnectorTool = TryCast(DrawingView.Controller.Tools.GetToolByName(NDWFR.ToolCreateConnector), NCreateConnectorTool) tool.ConnectorType = ConnectorType.Line
With this code I allow the user to create a line in the drawingview. The problem is that I need change the properties of the line.how I can change the properties of the line once the user finishes drawing the line?
|