Message 1 of 5

Not applicable
02-03-2020
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to change the line color in a planar sketch using ilogic as shown in the picture? Here is the code i have so far:
Dim osketch As PlanarSketch osketch = ThisApplication.ActiveEditObject For Each oentity In osketch.SketchLines oentity.Layer.color.SetColor(100,100,100) Next
Also how and in when do you use this command?
ThisApplication.CommandManager.ControlDefinitions.Item("SketchLineColorProperty").Execute2 (True)
Solved! Go to Solution.