All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---PspAttributeReport
o Func GenerateReport( | CATBSTR | iInputFormatFile, |
CATBSTR | iOutputfile) As long |
Note: The format file is a text (.txt) file containing data in following order. Title=Title of the report TextFormat=HTML or TextFormat=CSV (Comma separated ) Attrib=AttributeName likes Nominal size,EndStyle, Rating etc. Len=Integer value indicating length of attribute value and so on... Report format sample: Sample.txt Title=Piping parts report TextFormat=HTML Attrib=ID Len=15 Attrib=Nominal size Len=10 Attrib=Rating Len=10 .... and so on
Dim objThisIntf As PspAttributeReport Dim strVar1 As CATBSTR Dim StrVar2 As CATBSTR Dim longRet As Long ... olongRet = objThisIntf.GenerateReport (strVar1,strVar2 )
Copyright © 2003, Dassault Systèmes. All rights reserved.