VelocityVectorDirectionCesiumProperty Constructor (IServiceProvider) |
Initializes a new instance.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VelocityVectorDirectionCesiumProperty(
IServiceProvider obj
)
Public Sub New (
obj As IServiceProvider
)
public:
VelocityVectorDirectionCesiumProperty(
IServiceProvider^ obj
)
new :
obj : IServiceProvider -> VelocityVectorDirectionCesiumProperty
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