GetName
Description
Obtains the operator name.
Prototype
graphStatus GetName(ge::AscendString &name) const;
Restrictions
None
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Output |
Operator name. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
graphStatus |
GRAPH_SUCCESS(0) on success; else, failure. |
Parent topic: Class GNode