Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Layer Class / LineTypeName Property

In This Topic
    LineTypeName Property (Layer)
    In This Topic
    Gets or sets the line type name of the LineTypes collection. In use only if the LineTypeMethod is byEntity.
    Syntax
    'Declaration
     
    Public Property LineTypeName As String
    public string LineTypeName {get; set;}
    Remarks
    When the line type used by entities already added to the Entities is changed, their devDept.Eyeshot.Entities.Entity.RegenMode must be set to devDept.Eyeshot.Entities.regenType.CompileOnly and the Regen must be called.
    See Also