 | GrShellImplShowAvailableEdgeAttributes Method |
Displays the attributes from the given type or all types, if typeName is null.
If showAll is false, inherited attributes are not shown (only applies to a given type)
Namespace: de.unika.ipd.grGen.grShellAssembly: libGrShell (in libGrShell.dll) Version: GrGen.NET 7.1
Syntaxpublic void ShowAvailableEdgeAttributes(
bool showOnly,
EdgeType edgeType
)
Parameters
- showOnly Boolean
-
- edgeType EdgeType
-
See Also