ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolygonBuilderEx Class / PolygonBuilderEx Constructor / PolygonBuilderEx Constructor(SpatialReference)
(Optional) The SpatialReference. The default value is null.

In This Topic
    PolygonBuilderEx Constructor(SpatialReference)
    In This Topic
    Initializes an empty instance of the PolygonBuilderEx class.
    Syntax
    Public Function New( _
       Optional ByVal spatialReference As SpatialReference _
    )
    public PolygonBuilderEx( 
       SpatialReference spatialReference
    )

    Parameters

    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also