GeocodingTableReferenceCollection Remove Method (LibraryItem) TIBCO Spotfire 7.0 API Reference
Removes the specified library item from 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 bool Remove(
	LibraryItem libraryItem
)

Return Value

Type: Boolean
true if libraryItem was successfully removed from the collection, otherwise false. This method also returns false if libraryItem is not found in the original collection.
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown if libraryItem is null.
Version Information

Supported in: 7.0, 6.5
See Also