InterfaceODBLayerGetSpecialSymbolElements Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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.

See Also