Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / LineTypes Property

In This Topic
    LineTypes Property (ViewportLayout)
    In This Topic
    Gets or sets the line types collection.
    Syntax
    'Declaration
     
    Public Property LineTypes As LineTypeKeyedCollection
    public LineTypeKeyedCollection LineTypes {get; set;}
    Remarks
    "ByBlock", "ByLayer", "Continuous" are reserved names and should not be used to avoid issues when exporting.
    See Also