PointCesiumProperty Conversion (Point to PointCesiumProperty) |
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 PointCesiumProperty (
Point value
)
Public Shared Widening Operator CType (
value As Point
) As PointCesiumProperty
static implicit operator PointCesiumProperty^ (
Point^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: AGI.Foundation.GeometryPoint
The value to convert.
Return Value
Type:
PointCesiumProperty
A new
PointCesiumProperty configured with the given
Point,
or
if
value is
.
See Also