Stores information about legend node groupings so proper formatting can be performed. Stored
information includes beginning and ending indexes for each range of nodes considered a single
block, which column the block should be rendered in, whether or not the block was dynamically
created and broken into subsections thus requiring a continuation node to be added at the top
of the column and the index of the root node that contains the continuation description.
Syntax
Visual Basic (Declaration) | |
---|
Private Class Toc.BlockInfo |
C# | |
---|
private class Toc.BlockInfo |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ADF.Web.UI.WebControls.Toc.BlockInfo
See Also