Method ExtractNodeCategoryNameFromText
ExtractNodeCategoryNameFromText(string)
This function only extracts Category and Name from a source file.
Declaration
public static List<NodeCategoryAttribute> ExtractNodeCategoryNameFromText(string source)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | source | The source.  | 
    
Returns
| Type | Description | 
|---|---|
| List<NodeCategoryAttribute> | List<NodeCategoryAttribute>.  |