Click or drag to resize
DfsFileFactoryDfsGenericOpenAppend Method (String, IDfsParameters)
Open a dfs file for appending, using the generic dfs class.

Only use this in case one of the specialized dfs file classes can not handle the file

Namespace: DHI.Generic.MikeZero.DFS
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static IDfsFile DfsGenericOpenAppend(
	string filename,
	IDfsParameters parameters
)

Parameters

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

Return Value

Type: IDfsFile
See Also