*EndContext()

Indicates the end of a context block.

Syntax

*EndContext()

Example

*DataLabel("Strut Rear")
*DefinitionInclude("susp_lib://Definitions/strut_rear.mdl")
*BeginContext(ts_0)
 //Created from instantiation of def_ma_spring_pair
 *SetFileName(l.dat_spr.f_propertyFile, "susp_lib://Component_Properties/Springs/spring_new.spr")
 *SetFileName(r.dat_spr.f_propertyFile, "susp_lib://Component_Properties/Springs/spring_new.spr")
*EndContext()

Context

Root of an assembly data file.

Comments

This statement closes the context for setting data in an assembly data file.