*BeginAttributes()

Indicates the beginning of a layer attributes block.

Syntax

*BeginAttributes(client)

Application

MotionView, HyperView, HyperGraph, and TextView.

Arguments

client
The client to which the layer attributes are applied.

Example

*BeginAttributes(plot)
  *Attribute(linestyle, 1, 2, 5, 3)
  *Attribute(linecolor, 20, 6, 28, 23)
  *Attribute(linethickness, 1, 1, 1, 1)
  *Attribute(symbolcolor, 20, 6, 28, 23)
  *Attribute(symbolstyle, 0, 0, 0, 0)
  *Attribute(barcolor, 1, 2, 3, 4, 60)
  *Attribute(barstyle, 0, 1, 2, 3, 4)
*EndAttributes()