All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Notification CATSamModifyOccurrencesNotif

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATNotification
        |
        +---CATSamModifyOccurrencesNotif
 

Usage: you must use this class as is. You should never derive it.


public class CATSamModifyOccurrencesNotif

Define CATSamModifyOccurrencesNotif.
Role: Interface designed to manage Notification specific to the CATISamEditOccurrences implementation .

See also:
CATISamEditOccurrences


Constructor and Destructor Index


o CATSamModifyOccurrencesNotif(int,int*)
Constructor.
o ~CATSamModifyOccurrencesNotif()
Destructor.

Method Index


o GetSelectedOccurrences(int&,int*&)
Retrieve the selected occurences.
o SetSelectedOccurrences(int,int*)
Assign the selected occurences.

Constructor and Destructor


o CATSamModifyOccurrencesNotif
public CATSamModifyOccurrencesNotif( const int iNbSelectedOccurrences= 0,
const int* iOccurrencesNumber= NULL)
Constructor.
Parameters:
iNbSelectedOccurrences
Number of the preselected occurrences.
iOccurrencesNumber
Values of the preselected occurrences.
o ~CATSamModifyOccurrencesNotif
public virtual ~CATSamModifyOccurrencesNotif()
Destructor.

Methods


o GetSelectedOccurrences
public void GetSelectedOccurrences(int& oNbSelectedOccurrences,
int*& oOccurrencesNumber)
Retrieve the selected occurences.
Parameters:
oNbSelectedOccurrences
Number of the preselected occurrences.
oOccurrencesNumber
Values of the preselected occurrences. Warning: oOccurrencesNumber may not be desallocated after this method.
o SetSelectedOccurrences
public void SetSelectedOccurrences( const int iNbSelectedOccurrences,
const int* iOccurrencesNumber)
Assign the selected occurences.
Parameters:
iNbSelectedOccurrences
Number of the preselected occurrences.
iOccurrencesNumber
Values of the preselected occurrences.

This object is included in the file: CATSamModifyOccurrencesNotif.h
If needed, your Imakefile.mk should include the module: CATAnalysisToolkit

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