Copy the current custom drafting standard.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CopyDraftingStandard( _
ByVal Name As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim Name As String
Dim value As Boolean
value = instance.CopyDraftingStandard(Name)
|
C# | |
---|
bool CopyDraftingStandard(
string Name
) |
C++/CLI | |
---|
bool CopyDraftingStandard(
& String^ Name
) |
Parameters
- Name
- Name of current custom drafting standard
Return Value
True if the custom drafting standard is copied, false if not
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0