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;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.