ISurfaceSpecificsDFromODBString Method

Create surface from ODB string, this handles only one surface!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static ISurfaceSpecificsD FromODBString(
	string odbString,
	IPCBIWindow Parent
)

Parameters

odbString  String
Odb content from one surface.
Parent  IPCBIWindow
IPCBIWindow for internal handling of surface references.

Return Value

ISurfaceSpecificsD
Null if an error happen, or a new surface.

See Also