KnowledgeInterfaces Interface CATICkeParameterSet

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATICkeParameterSet

Interface dedicated to parametersets management.
Role: access the list of parameters stored in the parameter set.

See also:


Method Index


o Parameters()
Returns the list of parameters that were appended to this object using the Append method of the interface CATIParmPublisher.

Methods


o Parameters
public virtual Parameters()
Returns the list of parameters that were appended to this object using the Append method of the interface CATIParmPublisher.

CATCkeListOfParm is a pointer that must be deallocated.
Example of usage:
CATCkeListOParm pl = hParmSet->Parameters();
if (pl)
delete pl;


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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.