| DfsFactoryCreateDfs1Builder Method  | 
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic Dfs1Builder CreateDfs1Builder(
	string fileTitle,
	string applicationTitle,
	int applicationVersionNo
)
Public Function CreateDfs1Builder ( 
	fileTitle As String,
	applicationTitle As String,
	applicationVersionNo As Integer
) As Dfs1Builder
public:
Dfs1Builder^ CreateDfs1Builder(
	String^ fileTitle, 
	String^ applicationTitle, 
	int applicationVersionNo
)
member CreateDfs1Builder : 
        fileTitle : string * 
        applicationTitle : string * 
        applicationVersionNo : int -> Dfs1Builder 
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: 
Dfs1Builder
See Also