Map_Clone
Last Modified: May 23, 2005 20:05PM
|
|
| (Any)
|
Description
INT MAP_CLONE ( INT LIBRARY, INT GRAPH )
It creates a copy of a graph
PARAMETERS:
INT library: Number of FPG library
INT graph: Number of graph inside of library
DESCRIPTION:
This function creates a copy in memory of a graph. The new graph will be in library 0, and Fenix will assign a new available number for it. The returned value of this function will be the number of the new graph, and it must be saved so you can use in any graph operation.
The library 0 or the system library is not limited to 999 graphs, so that it is not possible that this function returns an error if there is not any available number.
If you want to create a new graph inside the FPG library but it is not the system library, then it is recommended to use the function Fpg_Add.
|
User Contributed Notes Map_Clone |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:32:58 |
|
|