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


IMultiPartTextElement.ConvertToMultiPart Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultiPartTextElement Interface > IMultiPartTextElement.ConvertToMultiPart Method
ArcGIS Developer Help

IMultiPartTextElement.ConvertToMultiPart Method

Converts the current element into a multipart element.

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

pDisplay is a parameter of type IDisplay*

Product Availability

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

Remarks

When calling this method for a text element of an annotation feature in an annotation feature class, pass in the display object obtained via IAnnotationClassExtension2::Display on the feature classes AnnotationFeatureClassExtension.  This will ensure that the Display is correctly configured for use.

See Also

IMultiPartTextElement Interface