移動先: 概要 戻り値 MEL 例.

概要

HfDeleteAS(string $attractorSetName)

アトラクタ セットを削除します。

戻り値

なし

引数

変数名 変数型 説明
なし

MEL 例

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