ITK Function Reference

(V10000.1.0.60_20160308.00)
Modules | Functions

Modules

 Edit Context Errors
 

Functions

FND0EDITCONTEXT_API int EDITCONTEXT_new_edit_context_id (tag_t object_type, char **id)
 

Detailed Description

This module implements the ITK methods exposed by the EditContext module.

The EditContext module provides functionality to perform edits in a non-public space, such that the public version of the edited objects is not changed. This functionality is useful for sharing changes with other users who have access to the edited objects, while users without access will continue to work with the public version of the objects.

Function Documentation

FND0EDITCONTEXT_API int EDITCONTEXT_new_edit_context_id ( tag_t  object_type,
char **  id 
)

Generates Edit Context ID for the given object type. If a naming rule is attached, then it is used to generate the new ID.

Returns
Parameters
object_type(I) Tag of object type.
id(OF) Generated Edit Context ID.