ArcObjects Library Reference (Carto)  

IMultiPartTextElement.DeletePart Method

Delete a part in the multipart element at the specified index.

[Visual Basic .NET]
Public Sub DeletePart ( _
    ByVal Index As Integer _
)
[C#]
public void DeletePart (
    int Index
);
[C++]
HRESULT DeletePart(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

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

See Also

IMultiPartTextElement Interface