Profile Picture

Change properties on a line

Posted By Luis Miguel Perez Lopez 11 Years Ago
Author
Message
Luis Miguel Perez Lopez
Posted 11 Years Ago
View Quick Profile
Forum Member

Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)

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?


Threaded View

Threaded View
Forum Post Change properties on a line By Luis Miguel Perez Lopez ( 11 Years Ago )


Similar Topics


Reading This Topic