Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / CopyAttributes Method
The source entity

In This Topic
    CopyAttributes Method
    In This Topic
    Copies the following attributes to this entity: Color, ColorMethod, LineWeight, Entity.LineTypePattern, LineTypeMethod, LineWeight, LineWeightMethod, Entity.LayerIndex and MaterialName.
    Syntax
    'Declaration
     
    Public Sub CopyAttributes( _
       ByVal source As Entity _
    ) 
    public void CopyAttributes( 
       Entity source
    )

    Parameters

    source
    The source entity
    See Also