ISurfaceSpecificsDAddSurface(ISurfaceSpecificsD) Method

Combine the current surface with the SurfaceToAdd.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddSurface(
	ISurfaceSpecificsD SurfaceToAdd
)

Parameters

SurfaceToAdd  ISurfaceSpecificsD
Element to add to the current surface.

Return Value

Boolean
True if was successful.

Implements

InterfaceSurfaceSpecificsDAddSurface(ISurfaceSpecificsD)

See Also