InterfaceODBLayerGetOutlineFromShapeIndex Method

Creates a list oj IODBObject to reproduce the outline of an tool.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IODBObject> GetOutlineFromShapeIndex(
	int shapeIndex
)

Parameters

shapeIndex  Int32
The index of the tool on this layer.

Return Value

ListIODBObject
All elements who necessary to build the outline of the tool.

See Also