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


IMultiPartTextElement.QueryPart 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.QueryPart Method
ArcGIS Developer Help

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
);
[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