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
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.