int FeatureRemoveFromWidget ( tvBase *threeD, int id )

Removes an ID from the tvBase's list of IDs

Documentation

Removes an ID from the tvBase's list of IDs. This list is used to specify which subset of all loaded features a particular tvBase should display. If the widget list does not contain the ID, then no operation is performed. If an invalid ID is passed (<0) then no operation is performed and a value of FALSE is returned.
Returns:
TRUE if ID was removed from list, FALSE if it didn't exist
Parameters:
threeD - handle to rendering state.
id - ID to be removed.
Author:
Martin Reddy
Version:
9 April, 1999


Back to
TerraVision API Home Page