AODL.Document.Styles.PlotAreaStyle.PlotAreaStyle C# (CSharp) Метод

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

the constructor of the plotarea style
public PlotAreaStyle ( IDocument document ) : System
document IDocument
Результат System
		public PlotAreaStyle(IDocument document)
		{
			this.Document =document;
			//this.Node =node;
			InitStandards();
		}

Same methods

PlotAreaStyle::PlotAreaStyle ( IDocument document, string styleName ) : System