Click or drag to resize

BaseTransmittingAntennaExtensionTGainPatternGetService Method

Gets the service object of the specified type.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
An object that specifies the type of service object to get.

Return Value

Type: Object
The found service, or if the service does not exist.

Implements

IServiceProviderGetService(Type)
IServiceProviderGetService(Type)
Exceptions
ExceptionCondition
ArgumentNullException Thrown when serviceType is .
See Also