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: 25.1.421.0 (25.1.421.0)
Syntax
public PointCesiumProperty(
	Point point
)

Parameters

point
Type: AGI.Foundation.Geometry.Point
The point.
See Also