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


IMultiPartTextElement.QueryPart Method (ArcObjects .NET 10.4 SDK)
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