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


IAnnotationClassExtension.SynchronizeAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension Interface > IAnnotationClassExtension.SynchronizeAttributes Method
ArcGIS Developer Help

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