Click or drag to resize
DfsFileFactoryDfsGenericOpen Method (String)
Open a dfs file for reading, 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 DfsGenericOpen(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: IDfsFile
See Also