MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ UserLabelGet()

char * UserLabelGet ( )
pure virtual

Get the MultiAxis User defined Label.

Description:
UserLabelGet returns a max 16 character User Label.
Returns
(char*) The text of the User Label of this MultiAxis.
Sample Code:
// -- C++ -- //
printf("MultiAxis user label: %s\n", multiAxis->UserLabelGet());
// -- C# -- //
Console.WriteLine("MultiAxis user label: {0}", multiAxis.UserLabelGet());
See also
UserLabelSet