Message 1 of 2
Is there a View Specific Element Graphics dialog in the API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello,
I looked it up in the API and couldn't find it, so is it there?
I know there's a colorSelectionDialog.
Of course, I can also assemble the dialog myself.
What value should I give for "By Object Style"?
love you
OverrideGraphicSettings graphicSet = new OverrideGraphicSettings();
//What value should I set if it's By Object Style? Or just not setting it?
graphicSet.SetProjectionLineColor(new Color(Convert.ToByte(255), 0, 0));
doc.ActiveView.SetElementOverrides(newRevisionCloud.Id, graphicSet);