KitchenDraw SDK 2
Show / Hide Table of Contents

Interface Catalog.ITableCollection

Represents all the tables of a catalog.

Inherited Members
IEnumerable<Catalog.Table>.GetEnumerator()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public interface Catalog.ITableCollection : IEnumerable<Catalog.Table>, IEnumerable
Remarks

A particular table can be accessed via this[TableType] indexer. Tables can also be accessed in an uniform manner thanks to the inherited IEnumerable interface.

Properties

Name Description
this[TableType]

Provides access to a table of the catalog with given table type.

In this article
Back to top Generated by DocFX