| Visual Basic | |
|---|---|
Sub AddInternalComponent( _ ByVal oPath As System.Object, _ ByVal oID As System.Object, _ ByVal oVirtualFileParentPath As System.Object, _ ByVal oFileDate As System.Date, _ ByVal lParam As System.Integer, _ Optional ByVal bsConfigName As System.String, _ Optional ByVal lEdmListFileFlags As System.Integer _ ) | |
| C# | |
|---|---|
void AddInternalComponent( System.object oPath, System.object oID, System.object oVirtualFileParentPath, System.DateTime oFileDate, System.int lParam, System.string bsConfigName, System.int lEdmListFileFlags ) | |
| C++/CLI | |
|---|---|
void AddInternalComponent( & System.Object^ oPath, & System.Object^ oID, & System.Object^ oVirtualFileParentPath, & System.DateTime oFileDate, & System.int lParam, & System.String^ bsConfigName, & System.int lEdmListFileFlags ) | |
Parameters
- oPath
- Path of internal component
- oID
- ID of internal component
- oVirtualFileParentPath
- Path of parent folder
- oFileDate
- Date of file
- lParam
- User-defined argument
- bsConfigName
- Name of the configuration file from which to read variables
- lEdmListFileFlags
- Combination of EdmListFileFlags bits
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2010