Tagged Questions
6
votes
1answer
126 views
Why are annotation features containing both GraphicElement and TextElement objects not drawing in an ArcGIS Server map service?
I am building annotation features with Python/comtypes/ArcObjects. The annotation works great in ArcMap (10.1), but it is does not draw when published to a map service in ArcGIS Server. Each piece ...
1
vote
1answer
106 views
ArcObjects 10.0: Adding Annotation Feature Class To Map
ArcObjects 10.0,
SDE on MS Sql Server,
Visual Studio 2010,
C#.Net
Using ArcObjects, I am able to add feature classes to the map with no problem. However, when adding an annotation feature class to ...
2
votes
2answers
240 views
Getting Annotation Text Geometry as Polygon Using Arcobjects
How can i get the rectangle boundary of an annotation object using ArcObjects? Once we select an object on the map, there is a boundary as shown in the first picture. Also is there an option to get ...
7
votes
2answers
611 views
Why do these annotations appear stacked/overlapping?
I've encountered a strange problem while trying to populate an annotation feature class programmatically (ArcObjects, C#). As you can see in the image below, the characters in each text string seem to ...
2
votes
2answers
243 views
How to retrieve the per-feature value rendered when IGeoFeatureLayer.DisplayAnnotation is true (ArcObjects with C#)?
In another area of my application I'd like to display the per-feature label value rendered when Labeling is turned on in ArcMap, i.e. when IGeoFeatureLayer.DisplayAnnotation becomes true.
I have a ...
1
vote
1answer
236 views
How do I control the ZOrder of annotation classes in a geodatabase annotation feature class?
Let's say I have an annotation feature class with three annotation classes--anno1, anno2, and anno3--and I want to have anno1 on top, anno2 in the middle, and anno3 on the bottom. Can I and where do ...
3
votes
1answer
1k views
How do I programmatically create non-feature-linked, simple line callout annotation and set the anchor point?
Vitals: ArcGIS-ArcView 10.0, Python 2.6.5, PythonWin, comtypes
I'll start with my main questions: How, using ArcObjects, do I go about creating non-feature-linked geodatabase annotation features ...
0
votes
1answer
459 views
ArcObjects: How to make non-feature-linked annotation features with a simple line callout that remains functional?
I would like to make simple line callout annotation that is not feature-linked but remains functional when it is manually moved, i.e. the anchor point remains on the feature while the text moves. I ...
1
vote
1answer
392 views
Get geometry of a Line Callout
How can I extract the geometry of a line callout and the border of an annotation featureclass in ArcGIS desktop. I want to transfert those to a separate featureclass.
I'm able to get the Anchor point ...
3
votes
1answer
498 views
ArcObjects: How to get from IFeatureClass on annotation feature class to IAnnoClass?
I am working in Python 2.6 and ArcGIS 10.0 through comtypes, so I have full ArcObjects access. (See the answer I tacked onto the related question "How do I access arcobjects from python?") That ...

