DynamicPoint

DynamicPoint

new

An optionally time-dynamic billboard.

Source:

Members

:Property

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

:Property

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

:Property

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

:Property

Gets or sets the numeric Property specifying the point's size in pixels.

:Property

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

Methods

<static>

Given two DynamicObjects, takes the point 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 point associated with it.

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