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.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<Cartesian> Offset { get; set; }
Public Property Offset As CesiumProperty(Of Cartesian)
Get
Set
public:
property CesiumProperty<Cartesian>^ Offset {
CesiumProperty<Cartesian>^ get ();
void set (CesiumProperty<Cartesian>^ value);
}
member Offset : CesiumProperty<Cartesian> with get, set
Property Value
Type:
CesiumPropertyCartesianSee Also