RetailDeploymentHierarchyController.getNodeTypeImage Method [AX 2012]

Gets an image to be displayed for the specified node type.

Syntax

public Array getNodeTypeImage(int _nodeTypeId)

Run On

Called

Parameters

  • _nodeTypeId
    Type: int
    The ID of the node type.

Return Value

Type: Array Class
An Array that represents the image.

Remarks

This method is used by the HierarchyDesigner WPF form in a callback class.

See Also

Reference

RetailDeploymentHierarchyController Class