Method GetNodeCategory
GetNodeCategory(string)
Retrieve the NodeCategory attribute for specified nodeType name
Declaration
public static NodeCategoryAttribute GetNodeCategory(string nodeType)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | nodeType | The nodeType for which to retrieve the NodeCategory attribute, specified as: CATEGORY/TYPE  | 
    
Returns
| Type | Description | 
|---|---|
| NodeCategoryAttribute | Returns the NodeCategory Attribute  |