public abstract string Type { get; }
Vrml.EAI.Node node = browser.GetNode(...); System.Console.WriteLine("node.Type = \"" + node.Type + '"');