IPolygonSpecificsDGetOutline Method

Creates a List of IArcSpecifics and ILineSpecifics for the outline of the polygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IObjectSpecificsD> GetOutline()

Return Value

ListIObjectSpecificsD
List of all items in the contour of the polygon.

Implements

InterfacePolygonSpecificsDGetOutline

See Also