HyperWorks Desktop

*EndDatumLine()

Indicates the end of a datum line block.

*EndDatumLine()

Indicates the end of a datum line block.

Previous topic Next topic No expanding text in this topic  

*EndDatumLine()

Indicates the end of a datum line block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndDatumLine()

Example

*BeginDatumLine(h, "Untitled Datum", on)

   *Label("{min(c1.y)+3}")

   *Position("min(c1.y)+3")

   *AxisIndex(2)

   *LabelLocation(4)

   *Style(2)

   *Thickness(1)

   *Color(5)

   *LabelFont("Arial", 1, 1, 18)

*EndDatumLine()

Application

HyperGraph.

Context

*BeginDatumLine()

Comments

Every *BeginDatumLine() statement requires a closing *EndDatumLine() statement.

See also

 

*AxisIndex()

*BeginDatumLine()

*Label() - datum line

*LabelLocation()

*Position() - datum lines

List of Session Statements