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