AODL.Document.Content.Charts.Dr3dLight.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node =this.Document .CreateNode ("light","dr3d");

		}