Click or drag to resize

Dfs2BuilderCreate Method

Create a new builder that will build a dfs2 file

Namespace:  DHI.Generic.MikeZero.DFS.dfs123
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static Dfs2Builder Create(
	string fileTitle,
	string appTitle,
	int appVersionNo
)

Parameters

fileTitle
Type: SystemString
Title of the file
appTitle
Type: SystemString
Title of the application creating the file
appVersionNo
Type: SystemInt32
Version of the application creating the file

Return Value

Type: Dfs2Builder
See Also