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

PlotAreaStyle() public method

public PlotAreaStyle ( IDocument document, string styleName ) : System
document IDocument
styleName string
return System
		public PlotAreaStyle(IDocument document, string styleName)
		{
			this.Document					= document;
			this.InitStandards();
			this.StyleName					= styleName;
		}

Same methods

PlotAreaStyle::PlotAreaStyle ( IDocument document ) : System