Accesses the comment of this SofuObject.
Declaration Syntax
C# |
public string GetComment()
Return Value
Returns the comment of this SofuObject
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu"); Consile.Out.WriteLine("The comment for this file is: "); Console.Out.WriteLine(file.GetComment());