ArcGIS Pro 2.8 API Reference Guide
Polygon Property (AggregatedGeometryResult)

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > AggregatedGeometryResult Class : Polygon Property
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 10, Windows 8.1

See Also

Reference

AggregatedGeometryResult Class
AggregatedGeometryResult Members