Sets whether all instances of the specified component are uncut in this section view or only in the specified component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetDontCutAllInstances( _
ByVal LpComp As Component, _
ByVal VbCut As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim LpComp As Component
Dim VbCut As System.Boolean
Dim value As System.Boolean
value = instance.SetDontCutAllInstances(LpComp, VbCut) |
C# | |
---|
System.bool SetDontCutAllInstances(
Component LpComp,
System.bool VbCut
) |
C++/CLI | |
---|
System.bool SetDontCutAllInstances(
& Component^ LpComp,
& System.bool VbCut
) |
Parameters
- LpComp
- Pointer to the IComponent2 object
- VbCut
- True if all instances of the selected component are left uncut, false if only the selected component is left uncut
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0