 | VCGDumperGetLineStyle Method |
Gets the VCG string representation of a GrLineStyle object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static string GetLineStyle(
GrLineStyle style
)
Parameters
- style GrLineStyle
- The GrLineStyle object.
Return Value
StringThe VCG string representation of
style.
See Also