www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Is the object a Polygon.
Description
Returns Polygon objects.
Note: This is an alias for IsPoly (Object Type Check).
Syntax
IsPolygon : Boolean
Examples
IsPolygon
IsPolygon = True
Returns all Polygon objects.
Not IsPolygon
IsPolygon = False
Returns all objects except Polygon objects.