| Visual Basic | |
|---|---|
Sub SetVar( _ ByVal lFileID As System.Integer, _ ByVal lVariableID As System.Integer, _ ByRef poValue As System.Object, _ ByVal bsConfiguration As System.String, _ Optional ByVal lEdmBatchFlags As System.Integer _ ) | |
| C# | |
|---|---|
void SetVar( System.int lFileID, System.int lVariableID, ref System.object poValue, System.string bsConfiguration, System.int lEdmBatchFlags ) | |
| C++/CLI | |
|---|---|
void SetVar( & System.int lFileID, & System.int lVariableID, & System.Object^% poValue, & System.String^ bsConfiguration, & System.int lEdmBatchFlags ) | |
Parameters
- lFileID
- ID of file to which to write the variable
- lVariableID
- ID of variable to update; retrieve using IEdmVariableMgr5
- poValue
- New value of the variable
- bsConfiguration
- Name of the configuration to which to write the variable; empty string for files without configurations
- lEdmBatchFlags
- Combination of EdmBatchFlags bits
See the IEdmBatchUpdate remarks for information about using this method.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.2