All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ProductStructure Interface CATICustomName

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATICustomName
 

Usage: you can freely reimplement this interface.


interface CATICustomName

Interface used as a client-specific user exit to customize PartNumber.


Method Index


o ComputePartNumber(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&)
Computes the part number and file extension from the current path.

Methods


o ComputePartNumber
public virtual HRESULT ComputePartNumber( const CATUnicodeString& iCurrentPath,
CATUnicodeString& oPartNumber,
CATUnicodeString& oExtension) = 0
Computes the part number and file extension from the current path.
Parameters:
iCurrentPath
The file storage path.
oPartNumber
The computed part number.
oExtension
The computed file extension.

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

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