DfsFileFactoryDfsuFileOpenAppend Method (String) |
Open a dfsu file for appending.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static DfsuFile DfsuFileOpenAppend(
string filename
)
Public Shared Function DfsuFileOpenAppend (
filename As String
) As DfsuFile
public:
static DfsuFile^ DfsuFileOpenAppend(
String^ filename
)
static member DfsuFileOpenAppend :
filename : string -> DfsuFile
Parameters
- filename
- Type: SystemString
Return Value
Type:
DfsuFileSee Also