ProjectNode.setSpecialIcon Method [AX 2012]

Assigns a different icon to a specific node in the project.

public void setSpecialIcon(
    int type, 
    str name, 
    int resId)

Run On

Called

Parameters

type
Type: int
The type of node.
name
Type: str
The name of the node.
resId
Type: int
The ID of the icon that must be used for the specified node.

Community Additions

ADD
Show: