This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultiPartTextElement Interface > IMultiPartTextElement.ConvertToMultiPart Method (ArcObjects .NET 10.5 SDK) |
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
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.