IsPolygon Object Type Check (PCB)

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

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.

Your Ad Here