*IsLoaded()

Indicates whether the current result definition is loaded or not.

Syntax

*IsLoaded()

Application

HyperView

Context

*BeginScalarDefine()

*BeginVectorDefine()

*BeginTensorDefine()

Example

*BeginVectorDefine(1, "Displacement, None, Analysis System", "false")
      *ResultType("Displacement")   
      ...
      *IsLoaded("true")
*EndVectorDefine()