GetFilletItemAtIndex Method (ISimpleFilletFeatureData)
Obsolete. Superseded by ISimpleFilletFeatureData2::GetFilletItemAtIndex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFilletItemAtIndex( _
ByVal Index As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData
Dim Index As System.Integer
Dim value As System.Object
value = instance.GetFilletItemAtIndex(Index) |
C# | |
---|
System.object GetFilletItemAtIndex(
System.int Index
) |
C++/CLI | |
---|
System.Object^ GetFilletItemAtIndex(
& System.int Index
) |
Parameters
- Index
-
See Also