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.
Initializes a new instance of the Object class.
Syntax
public void new(ExtendedTypeId typeId)
Run On
Called
Parameters
- typeId
Type: ExtendedTypeId Extended Data Type
A data type that indicates the ID for an extended data type.
Remarks
This constructor does not fail if the typeId value is an invalid extended data type ID; however, when the DictType instance is used, a run-time error occurs.
You can pass the name of the extended data type instead of an ID by using the extendedTypeNum function.
Examples
The following example shows how to create an instance of the DictType class.
DictType dicttype;
dicttype = new DictType(extendedTypeNum(ABCModelType));