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
pDisplaypDisplay 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.