CGToGH.GH_FileComposer.GH_FileComposer C# (CSharp) Method

GH_FileComposer() public method

public GH_FileComposer ( CommonGraph cg ) : System
cg CSharpCommonGraph.CommonGraph
return System
        public GH_FileComposer(CommonGraph cg)
        {
            graph = cg;

            doc = XDocument.Parse(graph.MetaData.Ignore);

            //File.WriteAllText(@"C:\Users\aheumann\Desktop\xml out test.txt", graph.MetaData.Ignore);

            ConstructGH();
        }