Removes the specified corner from this corner relief feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveCorner( _
ByVal CornerIndex As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICornerReliefFeatureData
Dim CornerIndex As System.Integer
Dim value As System.Boolean
value = instance.RemoveCorner(CornerIndex) |
C++/CLI | |
---|
System.bool RemoveCorner(
& System.int CornerIndex
) |
Parameters
- CornerIndex
- One-based index of corner to remove
Return Value
True if specified corner successfully removed, false if not
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30