Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / IEntity Interface / LineTypeMethod Property

In This Topic
    LineTypeMethod Property (IEntity)
    In This Topic
    Gets or sets the entity line type source.
    Syntax
    'Declaration
     
    Property LineTypeMethod As colorMethodType
    colorMethodType LineTypeMethod {get; set;}
    Remarks
    You may need to call Viewport.Entities.Regen() to see your changes.
    See Also