This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension Interface > IAnnotationClassExtension.SynchronizeAttributes Method (ArcObjects .NET 10.5 SDK) |
Sync the attributes.
[Visual Basic .NET] Public Sub SynchronizeAttributes ( _ ByVal pTextElement As ITextElement, _ ByVal pAnnoFeature As IAnnotationFeature _ )
[C#] public void SynchronizeAttributes ( ITextElement pTextElement, IAnnotationFeature pAnnoFeature );
[C++]
HRESULT SynchronizeAttributes(
ITextElement* pTextElement,
IAnnotationFeature* pAnnoFeature
);
[C++]
Parameters pTextElement [in]
pTextElement is a parameter of type ITextElement pAnnoFeature [in]
pAnnoFeature is a parameter of type IAnnotationFeature