ADComponentDataGetComponentIndex Method (String) | 
 
            Find index of component with the given component id.
            
            If component was not found, -1 is returned.
            
 
    Namespace: 
   DHI.Mike1D.ADDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic 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.ADDataAccess.ADComponentData.GetComponentIndex(System.String)"]
 
Return Value
Type: 
Int32[Missing <returns> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentData.GetComponentIndex(System.String)"]
See Also