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