new PolylineGraphics()
An optionally time-dynamic polyline.
Members
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
followSurface :Property
-
Gets or sets the boolean
Propertyspecifying whether or not the points connecting the line should follow the curve of globe's surface. -
granularity :Property
-
Gets or sets the numeric
Propertyspecifying the granularity of the resulting curve when followSurface is true. -
material :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the appearance of the polyline. -
positions :Property
-
Gets or sets the vertex positions.
-
show :Property
-
Gets or sets the boolean
Propertyspecifying the line's visibility. -
width :Property
-
Gets or sets the numeric
Propertyspecifying the the line's width.
Methods
-
clone(result) → PolylineGraphics
-
Duplicates a PolylineGraphics instance.
Name Type Description resultPolylineGraphics 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 sourcePolylineGraphics The object to be merged into this object.
