Saves the current custom drafting standard to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveDraftingStandard( _
ByVal FileName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim FileName As String
Dim value As Boolean
value = instance.SaveDraftingStandard(FileName)
|
C# | |
---|
bool SaveDraftingStandard(
string FileName
) |
C++/CLI | |
---|
bool SaveDraftingStandard(
& String^ FileName
) |
Parameters
- FileName
- Path and filename for the current custom drafting standard to save to a file
Return Value
True if the current custom drafting standard is saved to a file, false if not
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0