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


In This Topic
    AggregatedGeometryResult Class Members
    In This Topic

    The following tables list the members exposed by AggregatedGeometryResult.

    Public Properties
     NameDescription
    Public PropertyReturns an aggregated ArcGIS.Core.Geometry.Polyline geometry. This geometry is the union of all of the linear features returned by the trace.  
    Public PropertyReturns whether the NearestNeighbor filter returned the correct number of results. (Inherited from ArcGIS.Core.Data.UtilityNetwork.Trace.Result)
    Public PropertyReturns an aggregated ArcGIS.Core.Geometry.Multipoint geometry. This geometry is the union of all of the point features returned by the trace.  
    Public PropertyReturns an aggregated ArcGIS.Core.Geometry.Polygon geometry. This geometry is the union of all of the polygonal features returned by the trace.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyReturns an aggregated ArcGIS.Core.Geometry.Polyline geometry. This geometry is the union of all of the linear features returned by the trace.  
    Protected PropertyReturns an aggregated ArcGIS.Core.Geometry.Multipoint geometry. This geometry is the union of all of the point features returned by the trace.  
    Protected PropertyReturns an aggregated ArcGIS.Core.Geometry.Polygon geometry. This geometry is the union of all of the polygonal features returned by the trace.  
    Top
    See Also