Modifies the specified reference components with the specified names and paths.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ModifyItemsNameAndPath( _
ByVal IdsList As System.Object, _
ByVal NamesList As System.Object, _
ByVal PathsList As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSaveAsOptions
Dim IdsList As System.Object
Dim NamesList As System.Object
Dim PathsList As System.Object
Dim value As System.Integer
value = instance.ModifyItemsNameAndPath(IdsList, NamesList, PathsList) |
C++/CLI | |
---|
System.int ModifyItemsNameAndPath(
& System.Object^ IdsList,
& System.Object^ NamesList,
& System.Object^ PathsList
) |
Parameters
- IdsList
- Array of reference component IDs (see Remarks)
- NamesList
- Array of new reference component names
- PathsList
- Array of new reference component paths
Return Value
Return code as defined in
swSaveItemsPathError_e
Example
Remarks
See Also
Availability
SOLIDWORKS 2020 SP02, Revision Number 28.2