Versions Compared

Key

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

...

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


Info
titleInformation

Alternatively, you can use ALH API through the fUML object syntax with object.getValue(tagName). For example:

  • d.getTagValue(“uniform.max”);  // 10