ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryBuilderEx Class / ToGeometry Method

In This Topic
    ToGeometry Method (GeometryBuilderEx)
    In This Topic
    Builds a new Geometry instance from the properties of this builder.
    Syntax
    Public MustOverride Function ToGeometry() As Geometry
    public abstract Geometry ToGeometry()

    Return Value

    Returns new Geometry instance
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also