Click or drag to resize

ADComponentQuantitiesCreate Method (ADComponent, PredefinedQuantityAD, ComponentResultType)

Returns an AD quantity from predefined quantity for a given component.

Namespace:  DHI.Mike1D.ADDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static IQuantity Create(
	ADComponent adComponent,
	PredefinedQuantityAD adPredefinedQuantity,
	ComponentResultType componentResultType
)

Parameters

adComponent
Type: DHI.Mike1D.ADDataAccessADComponent

[Missing <param name="adComponent"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentQuantities.Create(DHI.Mike1D.ADDataAccess.ADComponent,DHI.Mike1D.Generic.PredefinedQuantityAD,DHI.Mike1D.Generic.ComponentResultType)"]

adPredefinedQuantity
Type: DHI.Mike1D.GenericPredefinedQuantityAD

[Missing <param name="adPredefinedQuantity"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentQuantities.Create(DHI.Mike1D.ADDataAccess.ADComponent,DHI.Mike1D.Generic.PredefinedQuantityAD,DHI.Mike1D.Generic.ComponentResultType)"]

componentResultType
Type: DHI.Mike1D.GenericComponentResultType

[Missing <param name="componentResultType"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentQuantities.Create(DHI.Mike1D.ADDataAccess.ADComponent,DHI.Mike1D.Generic.PredefinedQuantityAD,DHI.Mike1D.Generic.ComponentResultType)"]

Return Value

Type: IQuantity

[Missing <returns> documentation for "M:DHI.Mike1D.ADDataAccess.ADComponentQuantities.Create(DHI.Mike1D.ADDataAccess.ADComponent,DHI.Mike1D.Generic.PredefinedQuantityAD,DHI.Mike1D.Generic.ComponentResultType)"]

See Also