Sets the drawing
sheets to export.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSheets( _
ByVal Which As System.Integer, _
ByVal Sheets As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IExportPdfData
Dim Which As System.Integer
Dim Sheets As System.Object
Dim value As System.Boolean
value = instance.SetSheets(Which, Sheets) |
C# | |
---|
System.bool SetSheets(
System.int Which,
System.object Sheets
) |
C++/CLI | |
---|
System.bool SetSheets(
& System.int Which,
& System.Object^ Sheets
) |
Parameters
- Which
- Drawing sheets to export to PDF as defined in swExportDataSheetsToExport_e
- Sheets
- Array of the names of the drawing sheets to export
Return Value
True if the drawings sheets are set to export to PDF, false if not
Example
See Also
Availability
SolidWorks 2007 SP1, Revision Number 15