Click or drag to resize

ADComponentDataGetComponent Method

Find an AD component with the given component id.

If component was not found, null is returned.

Namespace:  DHI.Mike1D.ADDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ADComponent GetComponent(
	string componentId
)

Parameters

componentId
Type: SystemString

[Missing <param name="componentId"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentData.GetComponent(System.String)"]

Return Value

Type: ADComponent

[Missing <returns> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentData.GetComponent(System.String)"]

See Also