Click or drag to resize

ResultDataBufferRegister Method

Manually register a result data object to the buffer

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Register(
	string fullFilePath,
	ResultData resultData
)

Parameters

fullFilePath
Type: SystemString

[Missing <param name="fullFilePath"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataBuffer.Register(System.String,DHI.Mike1D.ResultDataAccess.ResultData)"]

resultData
Type: DHI.Mike1D.ResultDataAccessResultData

[Missing <param name="resultData"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultDataBuffer.Register(System.String,DHI.Mike1D.ResultDataAccess.ResultData)"]

See Also