Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
public Object getTagValue(String tagName) throws Exception {
...
}



The following code fragment shows how to get tag values, e.g., max, through ALH API. See also Value access and references by tags.

Code Block
languagetext
ALH.getTagValue(d, “uniform.max”);	// 10