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

In This Topic
    LineTypeName Property (Entity)
    In This Topic
    Gets or sets the line type name of the LineTypes dictionary. In use only if the LineTypeMethod is byEntity.
    Syntax
    'Declaration
     
    Public Overridable Property LineTypeName As String
    public virtual string LineTypeName {get; set;}
    Remarks
    When the line type of an entity already added to the Entities is changed the Regen must be called.
    See Also