Query_Lang-schFunctions_ObjectTypeChecks_IsCommentIsComment_AD
This document is no longer available beyond version 21. Information can now be found here: IsComment for version 25
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
.