Parameters
- geometries
- The list of geometries to create the GeometryBag.
- attributeFlags
- spatialReference
- (Optional) The SpatialReference. The default value is null. The spatial reference of each geometry is ignored.
Exception | Description |
---|---|
System.ArgumentNullException | geometries is null. |
System.ArgumentNullException | A geometry in geometries is null. You cannot insert a null geometry into a GeometryBag. |
System.ArgumentException | A geometry in geometries is GeometryBag. You cannot insert a GeometryBag into another GeometryBag. |
Target Platforms: Windows 11, Windows 10