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