| Visual Basic | |
|---|---|
Sub AddFile( _ ByVal lFileID As System.Integer _ ) | |
| C# | |
|---|---|
void AddFile( System.int lFileID ) | |
| C++/CLI | |
|---|---|
void AddFile( & System.int lFileID ) | |
Parameters
- lFileID
- ID of file to add
See the IEdmHistory examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.4