Arbortext Command Language > Functions by Alphabetical Listing > profile_elements_list
  
profile_elements_list
profile_elements_list(alias, arr, not_indicator[, doc])
Returns the number of elements the specified profile could be applied to or not applied to.
alias — The alias of the profile to be applied (or not applied).
arr — An array of elements to which alias can (or cannot) be applied. profile_elements_list returns the count of the array arr.
not_indicator — When set to 0, specifies that alias can be applied to the elements listed in arr. When set to 1, specifies that alias cannot be applied to the elements listed in arr.
doc — Optional. The identifier of the document tree. If doc is omitted or is 0, the current document is used.