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;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.