All Categories  Class Hierarchy  This Category  Indexes

Briefcase Global Function fgetproductdatabyindx


int fgetproductdatabyindx( const int* iIndex,
char* oAttributeName,
int* oAttributeName_SizeNeed,
char* oAttributeValue,
int* oAttributeValue_SizeNeed,
const int* f77LenName,
const int* f77LenValue)
Get an attribute from the action product.
Parameters:
iIndex
Attribute index (Starting from 0).
oAttributeName
Attribute name (possibly truncated to f77LenName characters).
oAttributeName_SizeNeed
Attribute name actual length.
oAttributeValue
Attribute value (possibly truncated to f77LenValue characters).
oAttributeValue_SizeNeed
Attribute value actual length.
f77LenName
Provided length for oAttributeName.
f77LenValue
Provided length for oAttributeValue.
Returns:
0 on failure or 1 on success.

This object is included in the file: VPMIXmlBriefcase_F.h

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