ArcObjects Library Reference (Carto)  

IMultiPartTextElement.QueryPart Method

Returns the part in the multipart element at the specified index.

[Visual Basic .NET]
Public Function QueryPart ( _
    ByVal Index As Integer _
) As IElement
[C#]
public IElement QueryPart (
    int Index
);
[C++]
HRESULT QueryPart(
  long Index,
  IElement** Element
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Element [out, retval]

  Element is a parameter of type IElement

Product Availability

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

See Also

IMultiPartTextElement Interface