Click or drag to resize

ADComponentDataGetComponentIndex Method (IQuantity)

Note: This API is now obsolete.

Find index of component with the given quantity.

Namespace:  DHI.Mike1D.ADDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("Use ID and eumQuantity")]
public int GetComponentIndex(
	IQuantity quantity
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentData.GetComponentIndex(DHI.Mike1D.Generic.IQuantity)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentData.GetComponentIndex(DHI.Mike1D.Generic.IQuantity)"]

See Also