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
)
Public Shared Function GetPointName (
point As Integer
) As String
public:
static String^ GetPointName(
int point
)
static member GetPointName :
point : int -> string
Parameters
- point
- Type: SystemInt32
The point number to query
Return Value
Type:
StringString representing the point.
See Also