Click or drag to resize

PointCesiumPropertyImplicit Conversion (Point to PointCesiumProperty)

Converts a Point to a PointCesiumProperty.

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

Parameters

value
Type: AGI.Foundation.Geometry.Point
The value to convert.

Return Value

Type: PointCesiumProperty
A new PointCesiumProperty configured with the given Point, or null if value is null.
See Also