Gets the corner at the specified index of this corner relief feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCornerAtIndex( _
ByVal CornerIndex As System.Integer, _
ByRef Corner As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICornerReliefFeatureData
Dim CornerIndex As System.Integer
Dim Corner As System.Object
Dim value As System.Integer
value = instance.GetCornerAtIndex(CornerIndex, Corner) |
C++/CLI | |
---|
System.int GetCornerAtIndex(
& System.int CornerIndex,
& [Out] System.Object^ Corner
) |
Parameters
- CornerIndex
- One-based index of corner to retrieve
- Corner
- ISMCornerReliefData
Return Value
Error code as defined by
swCornerReliefError_e
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30