Share via


RetailDeploymentHierarchyController.getNodeTypeBottomGradientColor Method [AX 2012]

Gets the bottom gradient color for the specified node type.

Syntax

public str getNodeTypeBottomGradientColor(int64 _nodeTypeID)

Run On

Called

Parameters

  • _nodeTypeID
    Type: int64
    The ID of the node type.

Return Value

Type: str
A String with the hexadecimal code of the color.

Remarks

This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.

See Also

Reference

RetailDeploymentHierarchyController Class