IGetParabolaAtIndex Method (IDisplayData)
Gets the information for the specified parabola.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetParabolaAtIndex( _
ByVal Index As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayData
Dim Index As System.Integer
Dim value As System.Double
value = instance.IGetParabolaAtIndex(Index) |
C# | |
---|
System.double IGetParabolaAtIndex(
System.int Index
) |
C++/CLI | |
---|
System.double IGetParabolaAtIndex(
& System.int Index
) |
Parameters
- Index
GetPolygonCount MethodIndex of parabola
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also