All Frameworks Class Hierarchy This Framework Next Indexes
InteractiveInterfaces Interface CATIActivate
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIActivate
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.
Method Index
- o
Activate()
-
- o
ActivateStatus(int*)
-
- o
Deactivate()
-
Methods
o Activate
public virtual HRESULT Activate( | )= 0 |
-
- Deprecated:
- V5R15 CATxPDMSessionServices#SetExternalLinksStatus
Activate the element.
o ActivateStatus
public virtual HRESULT ActivateStatus( | int* | oActivateStatus) = 0 |
-
- Deprecated:
- V5R15
Retrieves the break status.
- Parameters:
-
- oActivateStatus
- The activate status.
Legal values :
0 : the element is activated.
1 : the element is deactivated.
2 : the status is unknown.
o Deactivate
public virtual HRESULT Deactivate( | )= 0 |
-
- Deprecated:
- V5R15 CATxPDMSessionServices#SetExternalLinksStatus
Deactivate the element.
This object is included in the file: CATIActivate.h
If needed, your Imakefile.mk should include the module: CATInteractiveInterfaces