NIDCPower.GetService Method
- Updated2024-01-04
- 1 minute(s) read

NIDCPowerGetService Method
Gets the service object of the specified type.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
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 service object to get.
Return Value
Type: ObjectA service object of type serviceType or if there is no service object of type serviceType.