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

LegendStyle() public method

the constructor of the legend style
public LegendStyle ( IDocument document ) : System
document IDocument
return System
		public LegendStyle(IDocument document)
		{
			this.Document			= document;
			this.InitStandards();
			this.NewXmlNode();
		}

Same methods

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