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


IGpDescribeGeometry.IsMultipart Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeGeometry Interface > IGpDescribeGeometry.IsMultipart Property
ArcGIS Developer Help

IGpDescribeGeometry.IsMultipart Property

Indicates whether the geometry object contains more than one part.

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

multipart is a parameter of type BSTR*

Product Availability

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

See Also

IGpDescribeGeometry Interface