Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.GfxAttributesColor Class / Init Method / Init(Color,LayerKeyedCollection) Method

In This Topic
    Init(Color,LayerKeyedCollection) Method
    In This Topic
    Initializes the Layer color.
    Syntax
    'Declaration
     
    Protected Friend Overloads Overrides Sub Init( _
       ByVal defaultColor As Color, _
       ByVal layers As LayerKeyedCollection _
    ) 
    protected internal override void Init( 
       Color defaultColor,
       LayerKeyedCollection layers
    )

    Parameters

    defaultColor
    layers
    See Also