Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIActivate
Deprecated:
V5R15
Interface to activate/deactivate an element.
The new methodology to activate/ deactivate a feature is the following:
Use the GetItemFromFeature method of the CATxPDMSessionServices class
to retrieve the item associated with the document containing your feature
Use the SetExternalLinksStatus method of the CATxPDMSessionServices class
to modify the status of all features of the document. You could not anymore modify the
status of one feature. With this replacement method, the modification is globale
to the document.