Share via


DictType.new Method

Initializes a new instance of the Object class.

Syntax

public void new(ExtendedTypeId typeId)

Run On

Called

Parameters

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));

See Also

Reference

DictType Class