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

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

    Parameters

    defaultColor
    layers
    See Also