GeometryData.createMultipleObjects


createMultipleObjects()

When constructing lines from mulitple coordindates, indicates that one line should be constructed between each pair of lines - to form a linked 'polyline'. The function closeEndPoints determines whether or not the polyline is closed to make a polygon by creating an extra line back to the first point

Argumentsnone 
Return valuePointer to this objectAllows multiple function calls to be chained together

See also createSingleObject closeEndPoints

Back to GeometryData

Back to Overview