Arbortext Command Language > Functions by Alphabetical Listing > profilenode_elements_list
  
profilenode_elements_list
profilenode_elements_list(profilenode, arr, not_indicator)
Returns the number of elements that a particular profile could be applied to or not applied to.
profilenode — The node defining the profiling.
arr — An array of the elements at the profile identified by profilenode could (or couldn't) be applied to, as specified in the <ProfileElement> or <NotProfileElement> elements in the profile configuration file.
not_indicator — If 0 the profile can only be applied to the list of element names. If 1 the profile can be applied to any element NOT in the list of element names.
profilenode_elements_list returns the count of the array arr.