Click or drag to resize

AttributeDatabaseStart Method

Starts the attribute database.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public virtual void Start(
	IMemoryXAllocator memAllocator,
	IComponentLogger? logger
)

Parameters

memAllocator  IMemoryXAllocator

[Missing <param name="memAllocator"/> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeDatabase.Start(Demo3D.IO.External.IMemoryXAllocator,Demo3D.Common.IComponentLogger)"]

logger  IComponentLogger

[Missing <param name="logger"/> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeDatabase.Start(Demo3D.IO.External.IMemoryXAllocator,Demo3D.Common.IComponentLogger)"]

See Also