Method NodeTypeFromString
NodeTypeFromString(string)
Retrieve the Type of a nodeType string representation
Declaration
public static Type NodeTypeFromString(string nodeType)
Parameters
Type | Name | Description |
---|---|---|
string | nodeType | The nodeType for which to retrieve the NodeCategory attribute, specified as: CATEGORY/TYPE |
Returns
Type | Description |
---|---|
Type | Returns Type associated with the parameter |