Gets 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 GetDontCutAllInstances( _
ByVal LpComp As Component _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrSection
Dim LpComp As Component
Dim value As System.Boolean
value = instance.GetDontCutAllInstances(LpComp) |
C# | |
---|
System.bool GetDontCutAllInstances(
Component LpComp
) |
C++/CLI | |
---|
System.bool GetDontCutAllInstances(
& Component^ LpComp
) |
Parameters
- LpComp
- Pointer to the IComponent2 object
Return Value
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