leisure Posted November 10, 2022 Share Posted November 10, 2022 (edited) Hi, I created a class and put the object in it. The Boolean "assign" automatically is set to true. This is the way I created my class: vs.SetClFPat(layerName, 1) vs.SetClFillBack(layerName, colorcodes[ind]) vs.SetClUseGraphic(layerName,1) My object is created, but the color by class value is not set. How am I possible to get this to work? Found the solution. Just had to use vs.SetFillColorByClass(obj) after creating it. Edited November 10, 2022 by leisure Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.