isKindOf?()

Synopsis

Returns true if part's Design is or has a mixin named kind.

Syntax

isKindOf? ( part As Part, _
            kind As Name ) As Boolean 
Argument Type Description
part Part The part to be queried.
kind Name The Design name.

Example 1

Intent >isKindOf?(root, :BasePart) 
--> True