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:


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

Copyright © 2003, Dassault Systèmes. All rights reserved.