public static Polygon CreatePolygon( PolygonBuilderEx polygonBuilderEx, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal polygonBuilderEx As PolygonBuilderEx, _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- polygonBuilderEx
- The builder to create the polygon.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If the input spatial reference is null, then the spatial reference from the input builder is used.