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


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

IMultiPartTextElement.IsMultipart Property

Indicates if the element is multi part.

[Visual Basic .NET]
Public ReadOnly Property IsMultipart As Boolean
[C#]
public bool IsMultipart {get;}
[C++]
HRESULT get_IsMultipart(
  Boolean* IsMultiPartElement
);
[C++]
Parameters
IsMultiPartElement [out, retval]

IsMultiPartElement is a parameter of type bool*

Product Availability

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

See Also

IMultiPartTextElement Interface