Go to: Synopsis. Return value. MEL examples.

Synopsis

HfSelectAttractors(string $attractorSetName)

Used to select all the attractors in a set.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

 string  $attractorSetName = "myAttractor";
 HfSelectAttractors $attractorSetName; 
 // Where $attractorSetName is the name of the attractor set from
 // which you want to select attractors.