*DataInclude()

Includes a data file for an assembly.

Syntax

*DataInclude("path")

Arguments

path
The full path to the data file to be used by the assembly containing this * DataInclude statement.
Data type: String

Example

*AssemblyPlaceholder(assem_eng_inline, "Inline Engine Assembly", , "Select assembly.", , )
*BeginAssemblySelection(assem_eng_inline, "Inline Engine Assembly")
*DataInclude("Data/data_inline_engine.mdl")
*EndSelection()

Context

*BeginAssemblySelection()

*BeginAnalysis()

Comments

Each assembly or distributed analysis is required to reference its associated data file, which is done through the *DataInclude statement.

The assembly data file should contain a *BeginAssemblyDataFile() block.

The analysis data file should contain a *BeginAnalysisDataFile() block.