Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / MaxCandidates Property

In This Topic
    MaxCandidates Property
    In This Topic
    Accurate transparency. This parameter affects transparency pre-processing and redrawing speed. Valid values are between 1 and the total number of semi-transparent triangles. The lower is this value the lower will be the time need for pre-processing, penalizing redrawing speed. Higher values normally improve the FPS rate.
    Syntax
    'Declaration
     
    Public Property MaxCandidates As Integer
    public int MaxCandidates {get; set;}
    See Also