NearFarScalarItem Property |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Double
Get
public:
property double default[int index] {
double get (int index);
}
member Item : float with get
Parameters
- index
- Type: SystemInt32
The index to retrieve.
Return Value
Type:
DoubleThe coordinate associated with the specified
index.
Exceptions See Also