leConvertPolygonToPath
leConvertPolygonToPath(d_polygonId) =>d_pathId/nil
Description
Converts the polygon d_polygonId to a path. If the conversion is successful, the polygon is replaced by a path with the same boundary as the polygon.
Arguments
Value Returned
Example
when( pathId = leConvertPolygnToPath(polyId)
DoSomething(pathId)
)
Return to top