Click or drag to resize

IGraphModelGraphElementUniquenessIsEnsured Property

If true, the graph elements contain a unique id and you may query with GetUniqueId for their unique id (cast to IIdentifiable needed) (this could be also the case because of internal technical/implementation reasons)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
bool GraphElementUniquenessIsEnsured { get; }

Property Value

Type: Boolean
See Also