DfsuBuilderCreateFile Method |
Create and return a dfsu file
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)
Syntax public DfsuFile CreateFile(
string filename
)
Public Function CreateFile (
filename As String
) As DfsuFile
public:
virtual DfsuFile^ CreateFile(
String^ filename
) sealed
abstract CreateFile :
filename : string -> DfsuFile
override CreateFile :
filename : string -> DfsuFile
Parameters
- filename
- Type: SystemString
Return Value
Type:
DfsuFileImplements
IDfsuBuilderCreateFile(String)See Also