| Visual Basic | |
|---|---|
Sub SetFolderVar( _ ByVal lFolderID As System.Integer, _ ByVal lVariableID As System.Integer, _ ByRef poValue As System.Object, _ Optional ByVal lEdmBatchFlags As System.Integer _ ) | |
| C# | |
|---|---|
void SetFolderVar( System.int lFolderID, System.int lVariableID, ref System.object poValue, System.int lEdmBatchFlags ) | |
| C++/CLI | |
|---|---|
void SetFolderVar( & System.int lFolderID, & System.int lVariableID, & System.Object^% poValue, & System.int lEdmBatchFlags ) | |
Parameters
- lFolderID
- ID of folder to which to write the card variable
- lVariableID
- ID of folder card variable to update
- poValue
- New value of the folder card variable
- lEdmBatchFlags
- Combination of EdmBatchFlags bits
See the IEdmBatchUpdate2 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.3