Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths18%, 15%, 14%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Returns a string array of names of constraints that have the given module as a source.

Examples

Code Block
languagetext
// Get the constraints that have LFHD as a source.

...


string $constraints[] = `getConstraintsThisIsSource "LFHD"`;

...


print $constraints;

Additional information

Related commands

...