ArcObjects Library Reference (Geoprocessing)  

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