Interface ICellBoundaryContributor
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute cell boundaries to the active runtime.
public interface ICellBoundaryContributorMethods
Section titled “Methods”RegisterCellBoundaries(ICellBoundaryRegistry)
Section titled “ RegisterCellBoundaries(ICellBoundaryRegistry)”Registers the cell boundaries owned by the contributing module.
void RegisterCellBoundaries(ICellBoundaryRegistry cells)Parameters
Section titled “Parameters”cells ICellBoundaryRegistry
The registry that receives cell-boundary descriptors.