IODBLayerGetSpecialSymbolElements Method

Check the shape index, if it is a special symbol all elements are returned.

Definition

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

Parameters

shapeIndex  Int32
Shape Index of special symbol.

Return Value

ListIODBObject
All containing elements of the special symbol or if shape index is from standard symbol an empty list.

Implements

InterfaceODBLayerGetSpecialSymbolElements(Int32)

See Also