Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the DictType class.
Syntax
public void new(ExtendedTypeId _typeId, [int _arrayEntry])
Run On
Called
Parameters
- _typeId
Type: ExtendedTypeId Extended Data Type
An extended type ID.
- _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.