Sets the paths and filenames of the documents to save in Pack and Go.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetDocumentSaveToNames( _
ByVal NameCount As Integer, _
ByRef NameList As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPackAndGo
Dim NameCount As Integer
Dim NameList As String
Dim value As Boolean
value = instance.ISetDocumentSaveToNames(NameCount, NameList)
|
Parameters
- NameCount
- Number of documents comprising the model
- NameList
- in-process, unmanaged C++: Pointer to an array of strings containing the paths and filenames to which to save the model's documents
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the paths and filenames are set, false if not
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0