Click or drag to resize

ISubactionAndOutputAdditionEnvironmentIsInSubgraph Property

Returns true when graph processings is currently occuring inside a subgraph, returns false when the main host graph is currently processed (i.e. only one entry on the current graph stack is existing).

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

Property Value

Boolean
See Also