SetName
Description
Sets the name of an InnerNodeInfo object.
Prototype
APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.
InnerNodeInfo &SetName(const std::string &name); InnerNodeInfo &SetName(const char *name);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of an InnerNodeInfo object |
Returns
None
Restrictions
None
Parent topic: Class InnerNodeInfo