IGraphicsContainer graphicsContainer = ArcMap.Document.PageLayout as IGraphicsContainer;
ISimpleFillSymbol fillSymbol = new SimpleFillSymbolClass(); IRgbColor rgbColor = new RgbColorClass(); rgbColor.Red = 255; rgbColor.Green = 255; rgbColor.Blue = 255; rgbColor.UseWindowsDithering = true; rgbColor.Transparency = 0; fillSymbol.Color = rgbColor;
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.