IPolygonSpecifics Class

Important information about the polygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IPolygonSpecifics : IObjectSpecifics
Inheritance
Object    IObjectSpecifics    IPolygonSpecifics

Properties

IsHole Is this polygon a hole or isle?

Methods

GetBounds Returns the surface bounds.
GetOutline Creates a List of IArcSpecifics and ILineSpecifics for the outline of the polygon.
GetPolyClass Create IPolyClass of the current polygon.

Extension Methods

See Also