public IList<Polygon> GetExteriorRings( bool setSpatialReference )
Public Function GetExteriorRings( _ Optional ByVal setSpatialReference As Boolean _ ) As IList(Of Polygon)
Parameters
- setSpatialReference
- (Optional) Determines if the spatial reference should be set in each of the returned polygons. If setSpatialReference is set to true, then the spatial reference in each polygon is inherited from this polygon. If setSpatialReference is set to false, then the spatial reference in each polygon is set to null. The default value is true.
Return Value
A list of polygons representing the exterior rings in this polygon.