FeatureItem* GetFeatureFromUrl ( char const *url )

Checks to see if a feature file with the specified URL is currently loaded in memory

Documentation

Checks to see if a feature file with the specified URL is currently loaded in memory. Returns a pointer to the FeatureItem structure if this is the case, or NULL if the feature URL does not exist in memory.
Returns:
pointer to FeatureItem if URL is loaded.
Parameters:
url - search key
Author:
Martin Reddy
Version:
26 May, 1999
See Also:
FeatureItem


Back to TerraVision API Home Page