cns_getNodeTypeIcon

Returns the icon path of the given node type.

Synopsis

string cns_getNodeTypeIcon(int iNodeType);

Parameters

Parameter Description
iNodeType ID of the node type

Return value

Returns the path to the node type icon

Errors

-

Description

This function returns the path of the node type icon relative to the /pictures folder in the installation or project directory.

main()
{
  DebugN(cns_getNodeTypeIcon(501));
}

Availability

UI, CTRL