Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / SetEntityColorForFace Method

In This Topic
    SetEntityColorForFace Method
    In This Topic
    Sets the entity color or material depending on the color mode.
    Syntax
    'Declaration
     
    Protected Friend Shared Sub SetEntityColorForFace( _
       ByVal data As DrawParams, _
       ByVal color As Color _
    ) 
    protected internal static void SetEntityColorForFace( 
       DrawParams data,
       Color color
    )

    Parameters

    data
    color
    See Also