dim annoClone as IClone annoClone = directCast( pAnnoFeature.Annotation, IClone) dim textElem as ITextElement = DirectCast(annoClone.Clone, ITextElement) textElem.Text = "Hello" pAnnoFeature.Annotation = textElem dim feat as IFeature = DirectCast(pAnnoFeature, IFeature) feat.Store
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.