Share via


DictType.isExtendedFrom Method

Determines whether the extended data type extends from the base extended data type that is provided.

Syntax

public boolean isExtendedFrom(str baseEDTName)

Run On

Called

Parameters

  • baseEDTName
    Type: str
    The name of the extended data type.

Return Value

Type: boolean
true if the extended data type extends from the base extended data type that is provided; otherwise, false.

See Also

Reference

DictType Class