Node GetService Method TIBCO Spotfire 6.0 API Reference
Override this method to provide services accessible from this node and its descendants. If you can not provide the requested service, you should call base.GetService which relays the request to the owner or to the AnalysisApplication if no owner is set.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected virtual Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: System Type
The type of the service to obtain.

Return Value

Type: Object
The service of type serviceType or null if no such service is available.
See Also