STCohesiveDataGetComponentIndex Method |
Find index of component with the given component id.
If component was not found, -1 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 int GetComponentIndex(
string componentId
)
Public Function GetComponentIndex (
componentId As String
) As Integer
public:
int GetComponentIndex(
String^ componentId
)
Parameters
- componentId
- Type: SystemString
[Missing <param name="componentId"/> documentation for "M:DHI.Mike1D.STDataAccess.STCohesiveData.GetComponentIndex(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:DHI.Mike1D.STDataAccess.STCohesiveData.GetComponentIndex(System.String)"]
See Also