This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygon4 Interface > IPolygon4.ConnectedComponentBag Property (ArcObjects .NET 10.5 SDK) |
Creates and returns a geometry bag containing polygons that represent connected components of the original. The rings of the output polygons are references to rings in the original.
[Visual Basic .NET] Public ReadOnly Property ConnectedComponentBag As IGeometryBag
[C#] public IGeometryBag ConnectedComponentBag {get;}
[C++]
HRESULT get_ConnectedComponentBag(
IGeometryBag** polygonBag
);
[C++]
Parameters polygonBag [out, retval]
polygonBag is a parameter of type IGeometryBag