DictTable.indexObject Method [AX 2012]
Creates an instance of the DictTable class for the index that is specified by ID.
public DictIndex indexObject(IndexId indexId)
Run On
CalledParameters
- indexId
- Type: IndexId Extended Data Type
The ID of the index to create.
Return Value
Type: DictIndex ClassA DictIndex object for the index that is specified by the indexId parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the object could not be created.
Community Additions
ADD
Show: