new DynamicPolyline
An optionally time-dynamic polyline.
Source:
Members
- 
    definitionChanged :Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    material :MaterialProperty
- 
    
    Gets or sets the MaterialProperty specifying the appearance of the polyline.
- 
    show :Property
- 
    
    Gets or sets the boolean Property specifying the line's visibility.
- 
    width :Property
- 
    
    Gets or sets the numeric Property specifying the the line's width.
Methods
- 
    clone
- 
    
    
    Duplicates a DynamicPolyline instance. Parameters:Name Type Argument Description resultDynamicPolyline <optional> 
 The object onto which to store the result. Returns:DynamicPolyline 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 sourceDynamicPolyline The object to be merged into this object. 
