AODL.Document.Content.Draw.Frame.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

Create a new XmlNode.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node		= this.Document.CreateNode("frame", "draw");
		}