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