public static GeometryBag CreateGeometryBag( GeometryBag geometryBag, SpatialReference spatialReference )
Public Overloads Shared Function CreateGeometryBag( _ ByVal geometryBag As GeometryBag, _ Optional ByVal spatialReference As SpatialReference _ ) As GeometryBag
Parameters
- geometryBag
- The GeometryBag to create the GeometryBag.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from geometryBag.
Return Value
A GeometryBag.