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

In This Topic
    PointCore Property
    In This Topic
    Returns an aggregated ArcGIS.Core.Geometry.Multipoint geometry. This geometry is the union of all of the point features returned by the trace.
    Syntax
    protected virtual Geometry PointCore {get;}
    Protected Overridable ReadOnly Property PointCore As Geometry
    Remarks
    The purpose of this protected method is to provide the inheritor of this class with a mechanism to override Point.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also