Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIFC Class / DefaultColors Property

In This Topic
    DefaultColors Property
    In This Topic
    Gets a dictionary with the default color for each ifc element type.
    Syntax
    'Declaration
     
    Public ReadOnly Property DefaultColors As Dictionary(Of String,Color)
    public Dictionary<string,Color> DefaultColors {get;}
    See Also