Gets the data interface for the specified file type to which to export one or more drawing sheets.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetExportFileData( _
ByVal FileType As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim FileType As System.Integer
Dim value As System.Object
value = instance.GetExportFileData(FileType) |
C# | |
---|
System.object GetExportFileData(
System.int FileType
) |
C++/CLI | |
---|
System.Object^ GetExportFileData(
& System.int FileType
) |
Parameters
- FileType
- File type as defined in swExportDataFileType_e
Return Value
Data interface for the specified file type to which to export one or more drawing sheets
Example
See Also
Availability
SOLIDWORKS 2007 SP1, Revision Number 15.1