Event ILKNearestNeighbor.TILKNearestNeighbor.OnCustomDistance
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILKNearestNeighbor
Contents | 
Syntax
Delphi:
property OnCustomDistance : TILKCustomDistanceEvent read FOnCustomDistance write SetOnCustomDistance;
C++ Builder:
__property TILKCustomDistanceEvent OnCustomDistance = { read=FOnCustomDistance,  write=SetOnCustomDistance };
Summary
On calculate custom distance event.
Description
This event is fired when the needs to calculate distance.
Create event handler for this event to calculate the distance using custom function.