FDO API Reference Feature Data Objects
virtual FDO_API void FdoICreateSpatialContext::SetUpdateExisting ( const bool  value  )  [pure virtual]

Sets a Boolean flag that indicates how the CreateSpatialContext command should behave if the spatial context already exists. If update existing is true and a spatial context with the specified name already exists then it will be updated. If update existing is false and a spatial context with the specified name already exists, command execution will fail.

Parameters:
value Input true if existing contexts should be updated
Returns:
Returns nothing


Comments or suggestions? Send us feedback.