ITimeStructurePrepare Method  | 
 
            Set up structure and set runtime diagnostics object
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxvoid Prepare(
	DateTime startTime,
	HDParameterData hdParameters,
	IDiagnostics diagnostics
)
Sub Prepare ( 
	startTime As DateTime,
	hdParameters As HDParameterData,
	diagnostics As IDiagnostics
)
void Prepare(
	DateTime startTime, 
	HDParameterData^ hdParameters, 
	IDiagnostics^ diagnostics
)
Parameters
- startTime
 - Type: SystemDateTime
Start time of simulation  - hdParameters
 - Type: DHI.Mike1D.HDParameterDataAccessHDParameterData
HD parameters used for preparing the structure cross sections. - diagnostics
 - Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics that errors are reported to 
See Also