STNonCohesiveDataGetComponentIndex Method

Find index of component with the given component id.

If component was not found, -1 is returned.

Definition

Namespace: DHI.Mike1D.STDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int GetComponentIndex(
	string componentId
)

Parameters

componentId  String

[Missing <param name="componentId"/> documentation for "M:DHI.Mike1D.STDataAccess.STNonCohesiveData.GetComponentIndex(System.String)"]

Return Value

Int32

[Missing <returns> documentation for "M:DHI.Mike1D.STDataAccess.STNonCohesiveData.GetComponentIndex(System.String)"]

See Also