This document is archived and information here might be outdated.  Recommended version.


IAnnotationClassExtension.SynchronizeAttributes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationClassExtension.SynchronizeAttributes Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotationClassExtension Interface