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

In This Topic
    ViewportLayout.GfxAttributesColor Constructor(Color,LayerKeyedCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal defaultColor As Color, _
       ByVal layers As LayerKeyedCollection _
    )
    public ViewportLayout.GfxAttributesColor( 
       Color defaultColor,
       LayerKeyedCollection layers
    )

    Parameters

    defaultColor
    layers
    See Also