Exports an HTML bend data table containing the tangent or intersection points in a tubing assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ExportTubeData( _
ByVal fileName As String, _
ByVal type As Integer, _
ByVal options As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IRouteManager
Dim fileName As String
Dim type As Integer
Dim options As Integer
Dim value As Integer
value = instance.ExportTubeData(fileName, type, options)
|
Parameters
- fileName
Specify <path_name>.<file_extension>; for example, specify c:\temp.html to create default.html in c:\temp
- type
- Bend data type as defined in swExportTubeDataReportType_e
- options
- Export options; not yet defined
Return Value
Status as defined in
swRoutingExportDataError_e
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0