GeocodingTableReferenceCollection Add Method (DataTable) TIBCO Spotfire 6.5 API Reference
Adds a data table to the collection.

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

public void Add(
	DataTable dataTable
)

Parameters

dataTable
Type: Spotfire.Dxp.Data DataTable
The data table to add to this collection.
Exceptions

ExceptionCondition
System InvalidOperationExceptionIf the data table already exists in this collection.
Version Information

Supported in: 6.5
See Also