STCohesiveDataGetComponent Method |
Find component with the given component id.
If component was not found, null is returned.
Namespace:
DHI.Mike1D.STDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public STCohesiveComponent GetComponent(
string componentId
)
Public Function GetComponent (
componentId As String
) As STCohesiveComponent
public:
STCohesiveComponent^ GetComponent(
String^ componentId
)
Parameters
- componentId
- Type: SystemString
[Missing <param name="componentId"/> documentation for "M:DHI.Mike1D.STDataAccess.STCohesiveData.GetComponent(System.String)"]
Return Value
Type:
STCohesiveComponent[Missing <returns> documentation for "M:DHI.Mike1D.STDataAccess.STCohesiveData.GetComponent(System.String)"]
See Also