www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Polygon Surround Pads.
Description
Returns polygons whose Surround Pads With property complies with the Query.
Note: The child objects of these Polygon objects are not also returned.
Note: The PolygonSurroundPads property is only defined for Polygon objects.
Syntax
PolygonSurroundPads = PolygonSurroundPads_String
PolygonSurroundPads <> PolygonSurroundPads_String
PolygonSurroundPads_String must be one of the strings from the following list:
'Arcs' , 'Octagons'
Note: The single quote characters (') shown at the start and end of each PolygonSurroundPads_String are both mandatory.
Examples
PolygonSurroundPads = 'Arcs'
Returns all polygon objects that have an 'Arcs' Surround Pads With property.
PolygonSurroundPads <> 'Octagons'
Returns all objects except polygon objects that have an 'Octagons' Surround Pads With property. (Only polygon objects have a Surround Pads With property, so all remaining types of objects do not have an 'Octagons' PolygonSurroundPads property, and are thus also returned by this Query.)