IGetTriangleAtIndex Method (IDatumTargetSym)
Gets the triangle at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTriangleAtIndex( _
ByVal Index As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim Index As Integer
Dim value As Double
value = instance.IGetTriangleAtIndex(Index)
|
C# | |
---|
double IGetTriangleAtIndex(
int Index
) |
C++/CLI | |
---|
double IGetTriangleAtIndex(
& int Index
) |
Parameters
- Index
Index of the triangle; index begins at 0
Return Value
Array of doubles (see
Remarks)
Remarks
See Also