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