Contents

typeID

Returns the unique type identifier used for Cglayer objects.

Declaration

class var typeID: CFTypeID { get }

Discussion

A type identifier is an integer that identifies the opaque type to which a Core Foundation object belongs. You use type IDs in various contexts, such as when you are operating on heterogeneous collections.