Click or drag to resize

IDataContextProviderGetContext Method

Returns data context of a given type.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
Object? GetContext(
	Type contextType
)

Parameters

contextType  Type
The type of contextual information required.

Return Value

Object
Data context of a given type, or null.
See Also