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


IMultiPartTextElement.SynchronizeParts Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMultiPartTextElement.SynchronizeParts Method

Synchronize the geometry with the text of the element.

[Visual Basic .NET]
Public Sub SynchronizeParts ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void SynchronizeParts (
    IDisplay pDisplay
);
[C++]
HRESULT SynchronizeParts(
  IDisplay* pDisplay
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay

Product Availability

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

See Also

IMultiPartTextElement Interface