IComponentServiceGetTransform Method |
Returns a transform instance for the requested transform ID.
Namespace: Dundas.BI.DataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxTransform? GetTransform(
Guid transformId
)
Function GetTransform (
transformId As Guid
) As Transform
Transform^ GetTransform(
Guid transformId
)
abstract GetTransform :
transformId : Guid -> Transform Parameters
- transformId Guid
- The transform ID.
Return Value
TransformThe requested transform.
Exceptions
See Also