Click or drag to resize

VelocityVectorDirectionCesiumPropertyObject Property

Gets or sets the object which will be used to calculate the direction of the velocity vector. This service provider must be written out in the same CZML document, and is expected to provide the ILocationPointService, which will cause a CZML position to be written.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider Object { get; set; }

Property Value

Type: IServiceProvider
See Also