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 (24.3.0.1000)
Syntax
Transform? GetTransform(
	Guid transformId
)

Parameters

transformId
Type: SystemGuid
The transform ID.

Return Value

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