IPolygonSpecificsD Class

Important information about the polygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IPolygonSpecificsD : IObjectSpecificsD, 
	InterfacePolygonSpecificsD, InterfaceObjectSpecificsD
Inheritance
Object    IObjectSpecificsD    IPolygonSpecificsD
Implements
InterfaceObjectSpecificsD, InterfacePolygonSpecificsD

Properties

IsHole Is this polygon a hole or isle?
Positive Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD)

Methods

Clone Clone this object with all members and properties.
(Overrides IObjectSpecificsDClone)
GetBounds Returns the surface bounds.
GetOutline Creates a List of IArcSpecifics and ILineSpecifics for the outline of the polygon.
GetPolygonOutline Get IPolyClass from this polygon.
IsInPolygon Check the point in the polygon.

Fields

Tag Tag to add temporary object.
(Inherited from IObjectSpecificsD)

Extension Methods

See Also