DataProcessFindElement Method (Guid)

Finds the element by its ID.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ConnectorElement FindElement(
	Guid elementId
)

Parameters

elementId
Type: SystemGuid
The element ID.

Return Value

Type: ConnectorElement
The element, or if not found.
See Also