VectorCesiumProperty Conversion (Vector to VectorCesiumProperty) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator VectorCesiumProperty (
Vector value
)
Public Shared Widening Operator CType (
value As Vector
) As VectorCesiumProperty
static implicit operator VectorCesiumProperty^ (
Vector^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: AGI.Foundation.GeometryVector
The value to convert.
Return Value
Type:
VectorCesiumProperty
A new
VectorCesiumProperty configured with the given
Vector,
or
if
value is
.
See Also