ICMPLayerGetOverlayPixelValue Method

Returns the value and description of the overlay at a certain world coordinate.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override bool GetOverlayPixelValue(
	double worldX,
	double worldY,
	out double val,
	out string label,
	out string unit
)

Parameters

worldX  Double
World Coordinate X
worldY  Double
World Coordinate Y
val  Double
OUT Value
label  String
OUT Label
unit  String
OUT Unit

Return Value

Boolean
Value found (true/false)

Implements

InterfaceLayerGetOverlayPixelValue(Double, Double, Double, String, String)
InterfaceLayerGetOverlayPixelValue(Double, Double, Double, String, String)

See Also