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


IPolygon4.OutermostComponentBag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPolygon4 Interface > IPolygon4.OutermostComponentBag Property
ArcGIS Developer Help

IPolygon4.OutermostComponentBag Property

Creates and returns a geometry bag containing polygons that represent outermost components of the original and all components within (islands within lakes). The rings of the output polygons are references to rings in the original.

[Visual Basic .NET]
Public ReadOnly Property OutermostComponentBag As IGeometryBag
[C#]
public IGeometryBag OutermostComponentBag {get;}
[C++]
HRESULT get_OutermostComponentBag(
  IGeometryBag** polygonBag
);
[C++]
Parameters
polygonBag [out, retval]

polygonBag is a parameter of type IGeometryBag**

Product Availability

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

See Also

IPolygon4 Interface