Click or drag to resize

PointCesiumProperty Constructor (Point)

Initializes a new instance with the provided Point.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointCesiumProperty(
	Point point
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point.
See Also