Saves the location of the table-driven pattern feature's points to a *.
sldptab file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SavePointsToFile( _
ByVal FileName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITablePatternFeatureData
Dim FileName As String
Dim value As Boolean
value = instance.SavePointsToFile(FileName)
|
C# | |
---|
bool SavePointsToFile(
string FileName
) |
C++/CLI | |
---|
bool SavePointsToFile(
& String^ FileName
) |
Parameters
- FileName
- Name of the file to which to save the points
Return Value
True if successful, false if not
Remarks
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0