AODL.Document.Styles.PlotAreaStyle.PlotAreaStyle C# (CSharp) Method

PlotAreaStyle() public method

the constructor of the plotarea style
public PlotAreaStyle ( IDocument document ) : System
document IDocument
return System
		public PlotAreaStyle(IDocument document)
		{
			this.Document =document;
			//this.Node =node;
			InitStandards();
		}

Same methods

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