Share via


SysDictType.getDimensionAttributesFromFocus Method [AX 2012]

Gets a list of the names of all dimension attributes in the specified focus.

Syntax

public List getDimensionAttributesFromFocus(str _focusName)

Run On

Called

Parameters

  • _focusName
    Type: str
    The focus name for which to search.

Return Value

Type: List Class
A list of the names of all dimension attributes ordered by their level in the focus.

See Also

Reference

SysDictType Class