ArcObjects Library Reference (ArcMapUI)  

ISummarizeUI.SummarizeTable Property

The summarize table.

[Visual Basic .NET]
Public WriteOnly Property SummarizeTable
[C#]
public void SummarizeTable {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The table must be a reference to a Layer or a StandaloneTable object. It should not be a reference to the underlying Table object.

See Also

ISummarizeUI Interface