Go to: Synopsis. Return value. MEL examples.

Synopsis

HfDeleteAS(string $attractorSetName)

Delete an attractor set.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

	string $attractorSetName = "myAttractor";
	HfDeleteAS $attractorSetName;
 // Where $attractorSetName is the name of the attractor set being deleted.