Sets whether to automatically generate a cut list when the first weldment feature is inserted in a part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetAutomaticCutList( _
ByVal CutList As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBodyFolder
Dim CutList As Boolean
Dim value As Boolean
value = instance.SetAutomaticCutList(CutList)
|
C# | |
---|
bool SetAutomaticCutList(
bool CutList
) |
C++/CLI | |
---|
bool SetAutomaticCutList(
& bool CutList
) |
Parameters
- CutList
- True to automatically generate a cut list, false to not
Return Value
True if enabled, false if not (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2006 SP2, Revision Number 14