DictClass.implements Method [AX 2012]
Provides the ID for a specified interface that a class implements.
public ClassId implements(int no)
Run On
CalledParameters
- no
- Type: int
An integer data type that specifies the interface, based on the order of the interfaces in the class declaration.
Return Value
Type: ClassId Extended Data TypeA value of the classID system data type that indicates the class ID.
Community Additions
ADD
Show: