Click or drag to resize
DfsFactoryCreateDfs2Builder Method
Create a Dfs2Builder for building a dfs2 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 Dfs2Builder CreateDfs2Builder(
	string fileTitle,
	string applicationTitle,
	int applicationVersionNo
)

Parameters

fileTitle
Type: SystemString
Title of file (not the file name)
applicationTitle
Type: SystemString
Title of application creating the file
applicationVersionNo
Type: SystemInt32
Version number of application creating the file

Return Value

Type: Dfs2Builder
See Also