dbSetTopologyName
dbSetTopologyName(
d_topologyId
t_name
)
=> t / nil
Description
Sets the name of the specified topology ID.
Arguments
Value Returned
|
The specified new name was set for the specified topology ID. |
|
|
The specified new name was not set for the specified topology ID. |
Examples
dbSetTopologyName(top, "newTopName")
Related Topics
Topology Pattern Database Access Functions
Return to top