DynamicPolyline

DynamicPolyline

new

An optionally time-dynamic polyline.

Source:

Members

:Property

Gets or sets the Color Property specifying the the line's color.

:Property

Gets or sets the Color Property specifying the the line's outline color.

:Property

Gets or sets the numeric Property specifying the the line's outline width.

:Property

Gets or sets the boolean Property specifying the line's visibility.

:Property

Gets or sets the numeric Property specifying the the line's width.

Methods

<static>

Given two DynamicObjects, takes the polyline properties from the second and assigns them to the first, assuming such a property did not already exist.

Parameters:
Name Type Description
targetObject DynamicObject The DynamicObject which will have properties merged onto it.
objectToMerge DynamicObject The DynamicObject containing properties to be merged.

<static>

Given a DynamicObject, undefines the polyline associated with it.

Parameters:
Name Type Description
dynamicObject DynamicObject The DynamicObject to remove the polyline from.