IComponentServiceGetTransform Method

Returns a transform instance for the requested transform ID.

Namespace: Dundas.BI.Data
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Transform? GetTransform(
	Guid transformId
)

Parameters

transformId  Guid
The transform ID.

Return Value

Transform
The requested transform.
Exceptions
ExceptionCondition
ArgumentExceptiontransformId is Empty or transformId is not an existing transform ID.
See Also