OHyMoS.NET Class Library

OhOutputFile.CommentString プロパティ

ファイルに書き出すコメント文字列 _commentString を 設定します。

Copys the string aCmt to the field _commentString.
public virtual string CommentString {set;}

解説

_commentString に設定した文字列は、 (Ref "#writeHeader()") を実行するときに出力ファイルに書き出 されます。

The string copied to _commentString will be printed out into the output file, while the method (Ref "#writeHeader()") is executed. See the source code of (Ref "#writeHeader()").

参照

OhOutputFile クラス | OhymosNet 名前空間