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


IMultiPartTextElement.PartCount Property (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.PartCount Property
ArcGIS Developer Help

IMultiPartTextElement.PartCount Property

The number of parts in the multipart element.

[Visual Basic .NET]
Public ReadOnly Property PartCount As Integer
[C#]
public int PartCount {get;}
[C++]
HRESULT get_PartCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

See Also

IMultiPartTextElement Interface