Opens a dialog to save files in the specified folder to 3DEXPERIENCE.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ShowBatchSaveTo3DExperienceDlg( _
ByVal FolderPath As System.String, _
ByVal Options As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim FolderPath As System.String
Dim Options As System.Integer
Dim value As System.Integer
value = instance.ShowBatchSaveTo3DExperienceDlg(FolderPath, Options) |
C# | |
---|
System.int ShowBatchSaveTo3DExperienceDlg(
System.string FolderPath,
System.int Options
) |
C++/CLI | |
---|
System.int ShowBatchSaveTo3DExperienceDlg(
& System.String^ FolderPath,
& System.int Options
) |
Parameters
- FolderPath
- Path of files to save
- Options
- not used
Return Value
0 if successful, -1 if not
Remarks
See Also
Availability
SOLIDWORKS 2022 SP03, Revision Number 30.3