Click or drag to resize

LGSPObject Constructor

Instantiates a LGSPObject object.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
protected LGSPObject(
	ObjectType objectType,
	long uniqueId
)

Parameters

objectType  ObjectType
The object type.
uniqueId  Int64
The unique id.
See Also