IsComment
Created: August 02, 2022 | Updated: August 02, 2022
Parent page: Schematic Query Functions - Object Type Checks
Summary
Returns parameter objects whose Parameter Name property is Comment – these are children of part objects.
Syntax
IsComment : Boolean
Example Usage
IsComment
IsComment = True
Returns all parameter objects whose Parameter Name property is Comment.
Not IsComment
IsComment = False
Returns all objects except parameter objects whose Parameter Name property is Comment.