DfsDLLWrapperdfsSetEqCalendarAxis Method |
wrapped dfsSetEqCalendarAxis
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 void dfsSetEqCalendarAxis(
IntPtr pdfs,
string start_date,
string start_time,
int n_eum_unit,
double tstart,
double tstep,
int tindex
)
Public Shared Sub dfsSetEqCalendarAxis (
pdfs As IntPtr,
start_date As String,
start_time As String,
n_eum_unit As Integer,
tstart As Double,
tstep As Double,
tindex As Integer
)
public:
static void dfsSetEqCalendarAxis(
IntPtr pdfs,
String^ start_date,
String^ start_time,
int n_eum_unit,
double tstart,
double tstep,
int tindex
)
static member dfsSetEqCalendarAxis :
pdfs : IntPtr *
start_date : string *
start_time : string *
n_eum_unit : int *
tstart : float *
tstep : float *
tindex : int -> unit
Parameters
- pdfs
- Type: SystemIntPtr
- start_date
- Type: SystemString
- start_time
- Type: SystemString
- n_eum_unit
- Type: SystemInt32
- tstart
- Type: SystemDouble
- tstep
- Type: SystemDouble
- tindex
- Type: SystemInt32
See Also