IODBLayerGetPolygonOutlineFromShapeIndex Method

Create IPolyClass outline form shape index.

Definition

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

Parameters

shapeIndex  Int32
Identify the relevant symbol to create IPolyClass outline.

Return Value

IPolyClass
Outline of polygon or null.

Implements

InterfaceODBLayerGetPolygonOutlineFromShapeIndex(Int32)

See Also