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 (8.0.2.1001)
SyntaxTransform 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| Exception | Condition |
|---|
| ArgumentException | transformId is Empty
or
transformId is not an existing transform ID.
|
See Also