| vert3at Property |
Return the value at the desired index, starting at 1
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.5.0.2 (2.5.0.2)
Syntax public double this[
int idx
] { get; set; }
Public Property at (
idx As Integer
) As Double
Get
Set
Dim instance As vert3
Dim idx As Integer
Dim value As Double
value = instance.at(idx)
instance.at(idx) = value
public:
property double at[int idx] {
double get (int idx);
void set (int idx, double value);
}
member at : float with get, set
Parameters
- idx Int32
- Index, starting at 1. Can be 1, 2 or 3
Property Value
DoubleReturn Value
DoubleSee Also