Distance(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>)
Computes the distance between 2 sets of geometry entities.
Declaration Syntax
public double Distance(IEnumerable<IPSGeoEntity> targets, IEnumerable<IPSGeoEntity> tools)
Parameters
- targets(IEnumerable<IPSGeoEntity>)
List of target entities.
- tools(IEnumerable<IPSGeoEntity>)
List of tool entities.