Click or drag to resize

LGSPObjectSetUniqueId Method

Sets the unique id of the class object. You have to ensure consistency! (only meant for internal use.)

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void SetUniqueId(
	long uniqueId
)

Parameters

uniqueId  Int64
 

Implements

IObjectSetUniqueId(Int64)
See Also