ISurfaceSpecificsDAddSurface(InterfaceSurfaceSpecificsD) 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(
	InterfaceSurfaceSpecificsD surfaceToAdd
)

Parameters

surfaceToAdd  InterfaceSurfaceSpecificsD
Element to add to the current surface.

Return Value

Boolean
True if was successful.

Implements

InterfaceSurfaceSpecificsDAddSurface(InterfaceSurfaceSpecificsD)

See Also