All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamCCPFilter

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISamCCPFilter
 

Usage: you can freely reimplement this interface.


interface CATISamCCPFilter

Interface used to define CCP/Delete Rules on Analysis Feature.


Method Index


o IsFeatureAvailable(char*&)
Informs if operation is allowed.

Methods


o IsFeatureAvailable
public virtual int IsFeatureAvailable( const char*& iHeaderID) = 0
Informs if operation is allowed.
Parameters:
iHeaderID
Header identifier : Cut, Copy, Paste, Delete
Returns:
authorization flag.
Legal values:
  • 1 iHeaderID command is allowed.
  • 0 iHeaderID command is not allowed.

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

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