new DynamicPath
A time-dynamic path representing the visualization of a moving object.
Source:
Members
- 
    color :Property
- 
    
    
    
        
    
	
	
- 
    definitionChanged :Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    leadTime :Property
- 
    
    Gets or sets the numeric Property specifying the number of seconds in front of the object to show.
- 
    outlineColor :Property
- 
    
    
    
        
    
	
	
- 
    outlineWidth :Property
- 
    
    Gets or sets the numeric Property specifying the the path's outline width.
- 
    resolution :Property
- 
    
    Gets or sets the numeric Property specifying the maximum step size, in seconds, to take when sampling the position.
- 
    show :Property
- 
    
    Gets or sets the boolean Property specifying the path's visibility.
- 
    trailTime :Property
- 
    
    Gets or sets the numeric Property specifying the number of seconds behind the object to show.
- 
    width :Property
- 
    
    Gets or sets the numeric Property specifying the the path's width.
Methods
- 
    clone
- 
    
    
    Duplicates a DynamicPath instance. Parameters:Name Type Argument Description resultDynamicPath <optional> 
 The object onto which to store the result. Returns:DynamicPath The modified result parameter or a new instance if one was not provided.
- 
    merge
- 
    
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object. Parameters:Name Type Description sourceDynamicPath The object to be merged into this object. 
