xInfo.getNodeResid(UtilElementType) Method

Definition

Retrieves the resource ID for the icon that is used to display nodes of the specified type.

public:
 virtual int getNodeResid(Dynamics::AX::Application::UtilElementType _nodeType);
public virtual int getNodeResid (Dynamics.AX.Application.UtilElementType _nodeType);
abstract member getNodeResid : Dynamics.AX.Application.UtilElementType -> int
override this.getNodeResid : Dynamics.AX.Application.UtilElementType -> int
Public Overridable Function getNodeResid (_nodeType As UtilElementType) As Integer

Parameters

_nodeType
UtilElementType

A UtilElementType system enumeration value that indicates the type of node to retrieve.

Returns

An integer that represents the Resource ID for the node.

Applies to