All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATPrdCommonFileSelection
Usage: you can derive this class.
public class CATPrdCommonFileSelection
Base class to give basic implementation for CATIProductFileSelection.
usage: To define a new kind of file recognized by ProductStructure's import,
use C++ inheritance on CATPrdCommonFileSelection class to implement this interface on your file,
and in the constructor of the implementation, add the kind of file to recognize.
| public CATPrdCommonFileSelection( | ) |
| public virtual ~CATPrdCommonFileSelection( | ) |
| public virtual HRESULT ExtractProducts( | CATIContainer* | iOptionalContainer, |
| CATIProduct* | iTargetProduct, | |
| CATListValCATBaseUnknown_var*& | oList) |
| public virtual HRESULT GetSelectionCount( | long& | oCount) |
Copyright © 2003, Dassault Systèmes. All rights reserved.