 | IGlobalVariablesRequestObjectUniqueId Method |
Requests a specific unique id for an internal class object (non-transient).
This allows to adapt the internal id source so this id cannot be fetched anymore (as well as all ids that are lower than this one).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxlong RequestObjectUniqueId(
long idToObtain
)
Parameters
- idToObtain Int64
- The id to request.
Return Value
Int64The requested id if successful.
See Also