dbConvertPathToPolygon
dbConvertPathToPolygon(d_path) =>d_polygon/ nil
Description
Converts a path to a polygon with the same number of points as the path.
Arguments
Value Returned
|
The dbObject of the polygon if the conversion is successful. |
|
Examples
dbConvertPathToPolygon(pathId)
Related Topics
Return to top