public static GeometryBag CreateGeometryBag( IEnumerable<Geometry> geometries, AttributeFlags attributeFlags, SpatialReference spatialReference )
Public Overloads Shared Function CreateGeometryBag( _ ByVal geometries As IEnumerable(Of Geometry), _ ByVal attributeFlags As AttributeFlags, _ Optional ByVal spatialReference As SpatialReference _ ) As GeometryBag
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.
Return Value
A GeometryBag.