*EndVectorDefine()

Specifies the end of the vector definition block.

Syntax

*EndVectorDefine()

Application

HyperView

Context

*BeginGraphic()

Example

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

Comments

The *EndVectorDefine() statement must be preceded by the corresponding *BeginVectorDefine() statement.