OHyMoS.NET Class Library

OhOutputFile.init メソッド

指定されたファイル名をオブジェクト名に記憶し、出力データ文 字列の最大長さ(_lineLength)を 128 に、オブジェクト番号を 0 に設定します。

Sets the argument string to the object name.

オーバーロードの一覧

指定されたファイル名をオブジェクト名に記憶し、出力データ文 字列の最大長さ(_lineLength)を 128 に、オブジェクト番号を 0 に設定します。 Sets the argument string to the object name.

public virtual void init(string);

オブジェクト名(ファイル名)、出力データ文字列の最大長さ (_lineLength)を初期化し、オブジェクト番号を 0 に設定します。 Sets (Ref "OhObject#_objectName") to aFileName and (Ref "#_lineLength") to aLineLength.

public override void init(string,int);

参照

OhOutputFile クラス | OhymosNet 名前空間