www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Mirrored.
Description
Returns all IEEE Symbol and Part objects having a Mirrored property that complies with the Query.
Note: The IsMirrored property is only defined for IEEE Symbol and Part objects.
Syntax
IsMirrored : Boolean_String
Boolean_String must be either 'True' or 'False'.
Examples
IsMirrored = 'True'
Returns all IEEE Symbol and Part objects that have a 'True' Mirrored property.
IsMirrored = 'False'
Returns all IEEE Symbol and Part objects that have a 'False' Mirrored property.
IsMirrored <> 'True'
Not (IsMirrored = 'True')
Returns all objects except IEEE Symbol and Part objects that have a 'True' Mirrored property.
IsMirrored <> 'False'
Not (IsMirrored = 'False')
Returns all objects except IEEE Symbol and Part objects that have a 'False' Mirrored property.