Interface ICellBoundaryRegistry
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Collects cell-boundary descriptors during runtime composition.
public interface ICellBoundaryRegistryMethods
Section titled “Methods”Add(CellBoundaryDescriptor)
Section titled “ Add(CellBoundaryDescriptor)”Adds one cell-boundary descriptor to the active runtime composition.
void Add(CellBoundaryDescriptor cellBoundary)Parameters
Section titled “Parameters”cellBoundary CellBoundaryDescriptor
The cell-boundary descriptor to add.