Click or drag to resize

IDfsFileFactoryDfsGenericOpenEdit Method (String, IDfsParameters)

Open a dfs file for editing, using the general classes.

Preferably you should open the file with one of the dfs file specific versions.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IDfsFile DfsGenericOpenEdit(
	string filename,
	IDfsParameters parameters
)

Parameters

filename
Type: SystemString
parameters
Type: DHI.Generic.MikeZero.DFSIDfsParameters

Return Value

Type: IDfsFile
See Also