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.
Determines whether this class implements the specified interface.
Syntax
public boolean isImplementing(ClassId _interfaceId, [boolean _allLevels])
Run On
Called
Parameters
- _interfaceId
Type: ClassId Extended Data Type
The value of the classId number of the interface to check for.
- _allLevels
Type: boolean
true if all of the super classes of this class are checked in; otherwise, false.
Return Value
Type: boolean
true if this class implements the interface; otherwise, false.