DataProcessFindElement Method (Guid, Guid)

Finds the element using its parent transform ID and its own ID.

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

Parameters

transformId
Type: SystemGuid
The transform ID.
elementId
Type: SystemGuid
The element ID.

Return Value

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