GeocodingTableReferenceCollection Add Method (DataTable, LibraryItem) TIBCO Spotfire 7.0 API Reference
Adds a data table to this collection.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public void Add(
	DataTable dataTable,
	LibraryItem libraryItem
)

Parameters

dataTable
Type: Spotfire.Dxp.Data DataTable
The data table to add to this collection.
libraryItem
Type: Spotfire.Dxp.Framework.Library LibraryItem
The corresponding library item that the data table was loaded from.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if dataTable is null.
System ArgumentNullExceptionThrown if libraryItem is null.
System InvalidOperationExceptionIf the date table or library item already exists in this collection.
Version Information

Supported in: 7.0, 6.5
See Also