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
)
Function GetTransform (
transformId As Guid
) As Transform
Transform^ GetTransform(
Guid transformId
)
abstract GetTransform :
transformId : Guid -> Transform
Parameters
- transformId
- Type: SystemGuid
The transform ID.
Return Value
Type:
TransformThe requested transform.
Exceptions See Also