AODL.Document.Content.Charts.Dr3dLight.Dr3dLight C# (CSharp) Метод

Dr3dLight() публичный Метод

the constructor of the dr3dlight
public Dr3dLight ( Chart chart ) : System
chart Chart
Результат System
		public Dr3dLight(Chart chart)
		{
			this.Chart =chart;
			this.NewXmlNode ();
		}

Same methods

Dr3dLight::Dr3dLight ( IDocument document, XmlNode node ) : System