Click or drag to resize

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
long RequestObjectUniqueId(
	long idToObtain
)

Parameters

idToObtain
Type: SystemInt64
The id to request.

Return Value

Type: Int64
The requested id if successful.
See Also