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


IMultiPartTextElement.InsertPart Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMultiPartTextElement Interface > IMultiPartTextElement.InsertPart Method
ArcGIS Developer Help

IMultiPartTextElement.InsertPart Method

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

[Visual Basic .NET]
Public Sub InsertPart ( _
    ByVal Index As Integer, _
    ByVal Text As String, _
    ByVal Geometry As IGeometry _
)
[C#]
public void InsertPart (
    int Index,
    string Text,
    IGeometry Geometry
);
[C++]
HRESULT InsertPart(
  long Index,
  BSTR Text,
  IGeometry* Geometry
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Text [in]
Text is a parameter of type BSTR Geometry [in]
Geometry is a parameter of type IGeometry*

Product Availability

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

See Also

IMultiPartTextElement Interface