ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / AggregatedGeometryResult Class / Polygon Property

In This Topic
    Polygon Property (AggregatedGeometryResult)
    In This Topic
    Returns an aggregated ArcGIS.Core.Geometry.Polygon geometry. This geometry is the union of all of the polygonal features returned by the trace.
    Syntax
    public Geometry Polygon {get;}
    Public ReadOnly Property Polygon As Geometry
    Remarks
    If no polygonal features are returned by the trace, this property returns null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also