Click or drag to resize

CalibrationStateGetPointName Method

Gets a human readable name for the currently calibrating point

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static string GetPointName(
	int point
)

Parameters

point
Type: SystemInt32
The point number to query

Return Value

Type: String
String representing the point.
See Also