All Frameworks Class Hierarchy This Framework Indexes
InteractiveInterfaces Interface CATIIniSearchLayerCriterion
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIIniSearchLayerCriterion
Interface to define a layer-based search criterion.
Role: This interface enables the complete definition of
a search criterion on the layer attribute.
The objects found will match the layer number and operating
sign, as specified in the SetParameters method.
Method Index
- o
SetParameters(CATUnicodeString&,CATIniSearchEnumeration::Comparison)
- Sets all the parameters of the criterion.
Methods
o SetParameters
| public virtual SetParameters( | const | iLayer, |
| | iOperatingSign) |
-
Sets all the parameters of the criterion.
Role: This method sets all the parameters
of the criterion.
- Parameters:
-
- iLayer
- The layer number for objects to be found.
It can be a number or NoneLayer, if the criterion
is for objects that do not belong to any layer.
- iOperatingSign
- The value corresponding to the desired operating sign.
All values are authorized.
- Returns:
-
- E_FAIL if the criterion is not correctly set up.
- S_OK otherwise.
This object is included in the file: CATIIniSearchLayerCriterion.h
If needed, your Imakefile.mk should include the module: CATInteractiveInterfaces