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