Saves the current custom drafting standard to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveDraftingStandard( _
ByVal FileName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim FileName As System.String
Dim value As System.Boolean
value = instance.SaveDraftingStandard(FileName) |
C# | |
---|
System.bool SaveDraftingStandard(
System.string FileName
) |
C++/CLI | |
---|
System.bool SaveDraftingStandard(
& System.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