InterfaceODBLayerGetPolygonOutlineFromShapeIndex Method

Create IPolyClass outline form shape index.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
IPolyClass GetPolygonOutlineFromShapeIndex(
	int shapeIndex
)

Parameters

shapeIndex  Int32
Identify the relevant symbol to create IPolyClass outline.

Return Value

IPolyClass
Outline of polygon or null.

See Also