www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Owner.
Description
Returns all Parameter, Pin, Sheet Entry, Sheet File Name, and Sheet Name objects having an Owner property that complies with the Query.
Note: The OwnerName property is only defined for Parameter, Pin, Sheet Entry, Sheet File Name, and Sheet Name objects.
Syntax
OwnerName : String
Examples
OwnerName = 'U3'
Returns all Parameter, Pin, Sheet Entry, Sheet File Name, and Sheet Name objects that have an Owner property of 'U3'.
OwnerName Like 'U?*'
Returns all Parameter, Pin, Sheet Entry, Sheet File Name, and Sheet Name objects that have an Owner property whose associated string starts with 'U', and which also contains at least one more following character.