IDataContextProviderGetContext Method |
Returns data context of a given type.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxObject? GetContext(
Type contextType
)
Parameters
- contextType Type
- The type of contextual information required.
Return Value
ObjectData context of a given type, or null.
See Also