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


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

IMultiPartTextElement.ConvertToSinglePart Method

Converts the current element into a single part element.

[Visual Basic .NET]
Public Sub ConvertToSinglePart ( _
)
[C#]
public void ConvertToSinglePart (
);
[C++]
HRESULT ConvertToSinglePart(
void
);

Product Availability

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

See Also

IMultiPartTextElement Interface