Click or drag to resize

M11FfBridgeBaseResultTypeToGeometry Method

Translating all PRF result type numbers to a quantity and a geometry that it belongs to. For unknown types, "None" is returned.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected virtual M11FfBridgeBaseGeometryType ResultTypeToGeometry(
	int resNum,
	out IQuantity quantity
)

Parameters

resNum
Type: SystemInt32
PRF result type number
quantity
Type: DHI.Mike1D.GenericIQuantity
Quantity mathcing result type number

Return Value

Type: M11FfBridgeBaseGeometryType
Geometry matching result type number
See Also