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