SDK change - linetype table access?

@piac:
example.gh (2.2 KB)

dead simple GH example - just a C# one-liner:

A = RhinoDocument.Linetypes[-1].Name;

Runs great in a fresh rhino doc - if you create a new rhino doc it fails.