new PathGraphics(options)
        Describes a polyline defined as the path made by an 
    
    
    
    
    
        
Entity as it moves over time.
    | Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | optional
                
                
                
            
                Object with the following properties: 
 | 
Members
- 
    readonlydefinitionChanged :Event
- 
    
    Gets the event that is raised whenever a property or sub-property is changed or modified.
- 
    leadTime :Property
- 
    
    Gets or sets the Property specifying the number of seconds in front of the object to show.
- 
    material :MaterialProperty
- 
    
    Gets or sets the Property specifying the material used to draw the path.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 Color.WHITE
- 
    resolution :Property
- 
    
    Gets or sets the Property specifying the maximum number of seconds to step when sampling the position.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 60
- 
    show :Property
- 
    
    Gets or sets the boolean Property specifying the visibility of the path.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 true
- 
    trailTime :Property
- 
    
    Gets or sets the Property specifying the number of seconds behind the object to show.
- 
    width :Property
- 
    
    Gets or sets the numeric Property specifying the width in pixels.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 1.0
Methods
- 
    clone(result) → PathGraphics
- 
    
    Duplicates this instance.Name Type Description resultPathGraphics optional The object onto which to store the result. Returns:The modified result parameter or a new instance if one was not provided.
- 
    merge(source)
- 
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object.Name Type Description sourcePathGraphics The object to be merged into this object. 
