Share via


DimensionHierarchyController.getTreeIdFromDesigner Method [AX 2012]

Retrieves the record ID of the associated tree from the specified designer.

Syntax

protected RecId getTreeIdFromDesigner(CLRObject _designer)

Run On

Client

Parameters

  • _designer
    Type: CLRObject Class
    The designer from which a tree record ID should be retrieved.

Return Value

Type: RecId Extended Data Type
The record ID of the associated tree if one is found; otherwise, 0.

See Also

Reference

DimensionHierarchyController Class