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