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


IMultiPartTextElement.PartCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* 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