FeatureItem* FeatureGetItem ( int id )

Search through the list of all loaded features looking for one with the specified ID

Documentation

Search through the list of all loaded features looking for one with the specified ID. If one is found, then we return a pointer to it's FeatureItem structure. Otherwise, we return NULL.
Returns:
A valid FeatureItem, or NULL if ID not matched.
Parameters:
id - ID of features to be retreived.
Author:
Martin Reddy
Version:
9 April, 1999
See Also:
FeatureItem


Back to TerraVision API Home Page