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
- _object
Type: CLRObject Class
The object to convert.
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.