xInfo.getNodeResid(UtilElementType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.