Tagged Questions
3
votes
1answer
69 views
How do you access the Draw toolbar symbol(s) from ArcObjects?
I'm dropping a text element onto a map and I'd like to use whatever settings the Draw toolbar has (font, size, color, etc).
Is there a convenient way to access symbol interfaces? Or do you have to ...
1
vote
1answer
279 views
Is there any way to set polygon features fill color and outline programmatically?
By some process I am creating a polygon feature layer. Before adding the layer in the map, I want to set polygon's fill color to no color and set polygon's outline color and width. I am working with ...
2
votes
0answers
115 views
AxSymbologyControl via WindowsFormsHost in WPF (ArcMap Add In Project)
I need a way to offer the user a choice of color ramps for the ClassBreaksRenderer.
I came across the AxSymbologyControl which was designed for WinForms. I tried also ESRIs (WinForms) example project ...
7
votes
1answer
595 views
Is there a line symbology that also shows vertices?
Is there such a thing as a line/vertices symbology? If not a workaround? In some situations, particularly when editing, I would like to see my lines as well as all the vertices similar to the effect I ...
1
vote
0answers
450 views
Change the symbol for a single feature in ArcObjects?
Is it possible to change the symbol for a single feature in ArcObjects? If so how?
I know it's possible to setup the map symbology for different field values of a feature class, but I'd like to ...
2
votes
2answers
388 views
Different behavior of ArcObjects for different languages
I have the same code in C++ and C# for ArcMap. This code loads a document from disk and trying to get a picture for PictureSimbol object. But in case of C++ error occurs(HRESULT = E_UNEXPECTED ...
3
votes
2answers
1k views
How to quick get all symbols for feature layer with ArcObjects
I have a FeatureLayer and I want to enumerate all the symbols used in it. Simple way - it is to call SymbolByFeature for each features. Something approximately likes:
Dim l as IFeatureLayer
Dim c as ...
4
votes
2answers
2k views
Modify raster layer display and symbology properties programmatically with arcpy or ArcObjects
I have over 1500 NITF files that I need to be able to modify the layer display and symbology of programmatically from within ArcMap. I need to set the properties outlined in red below:
I've looked ...
1
vote
2answers
839 views
unique value symbolize layers from a lookup table
I need to create a large number of Arcmap layer files (v9.3 or 10), perhaps a hundred, from lookup tables. I don't have to set the symbol patch itself, that can be random, but I do need the value and ...