DictTable.mapObject Method [AX 2012]
Creates an instance of the [T: DictTableMap] class for a mapping that is specified by index.
public DictTableMap mapObject(int _cnt)
Run On
CalledParameters
- _cnt
- Type: int
The index of the table map to check.
Return Value
Type: DictTableMap ClassA DictTableMap object for the field that is specified by the _cnt parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the object could not be created.
Community Additions
ADD
Show: