RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
UserLabelGet()
const char *const UserLabelGet
(
)
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
RSI
RapidCode
MultiAxis
Generated by
1.10.0