Click or drag to resize

ViewFromOffset Property

Gets or sets the suggested initial offset when tracking an object. For most objects, the offset is typically defined in ENU (East-North-Up) axes, but may be another axes depending on the velocity of the object.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<Cartesian> Offset { get; set; }

Property Value

Type: CesiumPropertyCartesian
See Also