All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamCCPFilterProvider
Usage: you can freely reimplement this interface.
interface CATISamCCPFilterProvider
Interface used to define CCP/Delete Rules on features.
Provider declaration to a document during the workbench or
AddIn initialization.
Method Index
- o
IsFeatureAvailable(CATISpecObject*,char*&)
- Informs if operation is allowed.
Methods
o IsFeatureAvailable
| public virtual IsFeatureAvailable( | | iSpecObject, |
| const | iHeaderID) |
-
Informs if operation is allowed.
- Parameters:
-
- iSpecObject
- Feature to associate with a command
- 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: CATISamCCPFilterProvider.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface