ArcGIS Pro 3.2 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 abstract Geometry ToGeometry()
    Public MustOverride Function ToGeometry() As Geometry

    Return Value

    Returns new Geometry instance
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also