Hide Table of Contents
IGetDocumentSaveToNames Method (IPackAndGo)

Gets the paths and filenames to which to save the model's documents for Pack and Go set by IPackAndGo::ISetDocumentSaveToNames.

.NET Syntax

Visual Basic (Declaration) 
Function IGetDocumentSaveToNames( _
   ByVal NameCount As System.Integer, _
   ByRef NameList As System.String, _
   ByRef StatusList As System.Integer _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IPackAndGo
Dim NameCount As System.Integer
Dim NameList As System.String
Dim StatusList As System.Integer
Dim value As System.Boolean
 
value = instance.IGetDocumentSaveToNames(NameCount, NameList, StatusList)
C# 
System.bool IGetDocumentSaveToNames( 
   System.int NameCount,
   out System.string NameList,
   out System.int StatusList
)
C++/CLI 
System.bool IGetDocumentSaveToNames( 
&   System.int NameCount,
&   [Out] System.String^ NameList,
&   [Out] System.int StatusList
) 

Parameters

NameCount
Number of documents comprising the model
NameList
  • in-process, unmanaged C++: Pointer to an array of strings containing the paths and filenames of the model's documents
  • VBA, VB.NET, C#, and C++/CLI: Not supported

See In-process Methods for details about this type of method.

StatusList
Array containing the types of documents as defined in swPackAndGoDocumentStatus_e

Return Value

True if the paths and filenames of the model's documents are returned, false if not

Remarks

Before calling this method, call IPackAndGo::GetDocumentNamesCount to get the value of NameCount.

 

See Also

Availability

SOLIDWORKS 2011 FCS, Revision Number 19.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   IGetDocumentSaveToNames Method (IPackAndGo)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2016 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.