Create a new dfsu builder
Namespace: DHI.Generic.MikeZero.DFS.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static DfsuBuilder Create(
DfsuFileType fileType
)
Public Shared Function Create (
fileType As DfsuFileType
) As DfsuBuilder
public:
static DfsuBuilder^ Create(
DfsuFileType fileType
)
static member Create :
fileType : DfsuFileType -> DfsuBuilder
Parameters
- fileType
- Type: DHI.Generic.MikeZero.DFS.dfsuDfsuFileType
Return Value
Type:
DfsuBuilder
See Also