DfsFactoryCreateDfs2Builder 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 Dfs2Builder CreateDfs2Builder(
string fileTitle,
string applicationTitle,
int applicationVersionNo
)
Public Function CreateDfs2Builder (
fileTitle As String,
applicationTitle As String,
applicationVersionNo As Integer
) As Dfs2Builder
public:
Dfs2Builder^ CreateDfs2Builder(
String^ fileTitle,
String^ applicationTitle,
int applicationVersionNo
)
member CreateDfs2Builder :
fileTitle : string *
applicationTitle : string *
applicationVersionNo : int -> Dfs2Builder
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