Briefcase Global Function fgetproductdatabyname
All Categories Class Hierarchy This Category Indexes
Briefcase Global Function fgetproductdatabyname
| int fgetproductdatabyname( | const char* | iAttributeName, |
| char* | oAttributeValue, |
| int* | oAttributeValue_SizeNeed, |
| const int* | f77LenName, |
| const int* | f77LenValue) |
-
Get an attribute from the action product.
- Parameters:
-
- iAttributeName
- Attribute name.
- oAttributeValue
- Attribute value (possibly truncated to f77LenValue characters).
- oAttributeValue_SizeNeed
- Attribute value actual length.
- f77LenName
- Length of iAttributeName.
- 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.