Share via


SysDictType.new Method [AX 2012]

Creates a new instance of the DictType class.

Syntax

public void new(ExtendedTypeId _typeId, [int _arrayEntry])

Run On

Called

Parameters

  • _arrayEntry
    Type: int
    An integer value of entry of an array; optional.

Remarks

This constructor does not fail if typeId is an invalid extended data type ID; however, subsequent use of the DictType instance will result in a runtime error.

You can pass the name of extended data type instead of an ID by using the extendedTypeNum function.

See Also

Reference

SysDictType Class