Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
how to change DrawingCurve.Color (back) to "ByLayer" with iLogic?
Dim oBlue As Color oBlue = ThisApplication.TransientObjects.CreateColor(0, 0, 255) 'blue Dim oCurve As DrawingCurve oCurve.Color = oBlue 'Set Drawing Curve Color to blue oCurve.Color = ??? ' Set (back) to ByLayer
Thanks for help.
Inventor 2022, Windows 10 Pro
Sorry for bad English.
Solved! Go to Solution.