NIDigital.GetService Method
- Updated2023-11-24
- 1 minute(s) read
NIDigitalGetService Method
Gets the service object of the specified type.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public Object GetService( Type serviceType )
Public Function GetService ( serviceType As Type ) As Object
Parameters
- serviceType
- Type: SystemType
An object that specifies the Type of the object.
Return Value
Type: ObjectThe object of Type determined by serviceType.