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.
public virtual Parameters( | ) |
CATCkeListOfParm is a pointer that must be deallocated.
Example of usage:
CATCkeListOParm pl = hParmSet->Parameters();
if (pl)
delete pl;
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.