SOLIDWORKS PDM Professional API Help Send Feedback
AddInternalComponent Method (IEdmBatchListing3)
See Also 
EPDM.Interop.epdm Namespace > IEdmBatchListing3 Interface : AddInternalComponent Method (IEdmBatchListing3)


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
Adds the specified internal component to the batch for listing.

Syntax

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

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional 2010