| Visual Basic | |
|---|---|
Sub StoreValuesFromDatabase( _ ByVal lFolderID As System.Integer, _ ByVal bOnlyMissingValues As System.Boolean, _ Optional ByVal poProgressCb As EdmCallback _ ) | |
| C# | |
|---|---|
void StoreValuesFromDatabase( System.int lFolderID, System.bool bOnlyMissingValues, EdmCallback poProgressCb ) | |
| C++/CLI | |
|---|---|
void StoreValuesFromDatabase( & System.int lFolderID, & System.bool bOnlyMissingValues, & EdmCallback^ poProgressCb ) | |
Parameters
- lFolderID
- ID of the file's parent folder
- bOnlyMissingValues
- True to only copy variables without a value, false to copy all variables
- poProgressCb
- Not used
This method corresponds to the SOLIDWORKS PDM Professional user interface right-click menu command, Update File Attributes from Database.
- S_OK: The method successfully executed.
- E_EDM_INVALID_FILE: The file format is not recognized.
- E_EDM_FILE_SHARE_ERROR: The file is exclusively opened in another application.
- E_EDM_IO_ERROR: Error writing data to the file.
SOLIDWORKS PDM Professional Version 5.2