 | LGSPObject Constructor |
Instantiates a LGSPObject object.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxprotected LGSPObject(
ObjectType objectType,
long uniqueId
)
Parameters
- objectType
- Type: de.unika.ipd.grGen.libGrObjectType
The object type. - uniqueId
- Type: SystemInt64
The unique id.
See Also