Double
IQueries
.Distance(IEnumerable<
IPSGeoEntity
> targets, IEnumerable<
IPSGeoEntity
> tools)
Computes the distance between 2 sets of geometry entities.
Remarks
Examples
Parameters
targets
Type: IEnumerable<
IPSGeoEntity
>
List of target entities.
tools
Type: IEnumerable<
IPSGeoEntity
>
List of tool entities.
Return Value
Type: Double
Returns the distance between targets and tools.