Click or drag to resize

VelocityVectorDirectionCesiumProperty Constructor (IServiceProvider)

Initializes a new instance.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VelocityVectorDirectionCesiumProperty(
	IServiceProvider obj
)

Parameters

obj
Type: SystemIServiceProvider
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.
See Also