Click or drag to resize

IDataContextProviderGetContext Method

Returns data context of a given type.

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

Parameters

contextType
Type: SystemType
The type of contextual information required.

Return Value

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