Share via


DimensionHierarchyController.getDesigner Method [AX 2012]

Converts the specified object to an instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class.

Syntax

protected CLRObject getDesigner(CLRObject _object)

Run On

Client

Parameters

Return Value

Type: CLRObject Class
The new instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class.

Remarks

This method provides error checking around casting. All event handlers receive an instance of the System.Object class as the input parameter.

See Also

Reference

DimensionHierarchyController Class