Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all parameter objects whose Type property complies with the Query.
ParameterType = ParameterType_String
ParameterType <> ParameterType_String
ParameterType_String
must be one of the following strings:
ParameterType = '
STRING'
Returns all parameter objects whose Type property is STRING.
ParameterType <> '
INTEGER'
Returns all objects except parameter objects whose Type property is INTEGER.
IsParameter && ParameterType
<> 'FLOAT'
Returns all parameter objects except those whose Type property is FLOAT.
ParameterType_String
are mandatory.
Contact our corporate or local offices directly.