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.2
Syntax
C#
protected LGSPObject(
	ObjectType objectType,
	long uniqueId
)

Parameters

objectType
Type: de.unika.ipd.grGen.libGrObjectType
The object type.
uniqueId
Type: SystemInt64
The unique id.
See Also