All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Class CATFormat

CATFormat
 

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


public class CATFormat

Interface to manage formats.
Role: this interface is used during cut, copy and paste operations in order to test formats needed for specific actions.


Method Index


o Match(IdFormat)
Compares the name of the current CATFormat object with the value passed as input.
o Name()
Returns the name of a CATFormat object.

Methods


o Match
public virtual int Match(IdFormat iFormatName)const
Compares the name of the current CATFormat object with the value passed as input.
Parameters:
iFormatName
A declared format name.
Returns:
1 if the two format names are not equal.
0 otherwise
o Name
public virtual IdFormat Name()const
Returns the name of a CATFormat object.

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

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