Gets the fillet item at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetFilletItemAtIndex( _
ByVal Index As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim Index As Integer
Dim value As Object
value = instance.IGetFilletItemAtIndex(Index)
|
C# | |
---|
object IGetFilletItemAtIndex(
int Index
) |
C++/CLI | |
---|
Object^ IGetFilletItemAtIndex(
& int Index
) |
Parameters
- Index
Index of fillet item
Return Value
Fillet item:
edge,
face,
loop, or NULL if the operation fails
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0