Click or drag to resize

PointCesiumProperty  Conversion (Point to PointCesiumProperty)

Converts a Point to a PointCesiumProperty.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator PointCesiumProperty (
	Point value
)

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