Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have tried to change the Screencolor of the ActiveColorSheme.
No Error, but nothing happens.
Dim inv As Inventor.Application = CType(selection.Document.Parent, Inventor.Application)
This does not work
inv.ColorSchemes.Item(inv.ActiveColorScheme.Name).ScreenColor.SetColor(0, 0, 0)
inv.ActiveColorSheme.ScreenColor.SetColor(0, 0, 0)
This works:
inv.ColorSchemes.BackgroundType = Inventor.BackgroundTypeEnum.kOneColorBackgroundType
What is going wrong?
Manfred
Solved! Go to Solution.