DfsDLLWrapperdfsHeaderCreate Method |
wrapped dfsHeaderCreate
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IntPtr dfsHeaderCreate(
FileType file_type,
string title,
string apptitle,
int appverno,
int no_of_items,
StatType stat_type
)
Public Shared Function dfsHeaderCreate (
file_type As FileType,
title As String,
apptitle As String,
appverno As Integer,
no_of_items As Integer,
stat_type As StatType
) As IntPtr
public:
static IntPtr dfsHeaderCreate(
FileType file_type,
String^ title,
String^ apptitle,
int appverno,
int no_of_items,
StatType stat_type
)
static member dfsHeaderCreate :
file_type : FileType *
title : string *
apptitle : string *
appverno : int *
no_of_items : int *
stat_type : StatType -> IntPtr
Parameters
- file_type
- Type: DHI.Generic.MikeZero.DFSFileType
- title
- Type: SystemString
- apptitle
- Type: SystemString
- appverno
- Type: SystemInt32
- no_of_items
- Type: SystemInt32
- stat_type
- Type: DHI.Generic.MikeZero.DFSStatType
Return Value
Type:
IntPtrPointer to header structure
See Also