ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ProximityResult Class
Properties


In This Topic
    ProximityResult Class Members
    In This Topic

    The following tables list the members exposed by ProximityResult.

    Public Properties
     NameDescription
    Public Property Gets the distance between the input query point and the nearest point found.  
    Public PropertyIs the point rightSide or leftSide? Only relevant if calling GeometryEngine.NearestPoint.  
    Public Property Gets the index of the part in which the point was found.  
    Public Property Gets the point found.  
    Public PropertyGets the index of the point that was found. Only relevant if calling GeometryEngine.NearestVertex, otherwise point index is null.  
    Public PropertyGets the segment index of the segment containing the nearest point. The segment index is relative to the part index. For example, if PartIndex = 2 and SegmentIndex = 0, it means segment 0 in part 2. Only relevant if calling GeometryEngine.NearestPoint, otherwise segment index is null.  
    Top
    See Also