Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetEntityPattern Method
The entity
Line types collection
The line type name of the parent entity (if it exists)
The layers list

In This Topic
    GetEntityPattern Method
    In This Topic
    Returns the entity's linetype pattern.
    Syntax
    'Declaration
     
    Public Shared Function GetEntityPattern( _
       ByVal ent As Entity, _
       ByVal lineTypes As LineTypeKeyedCollection, _
       ByVal parentTypeName As String, _
       ByVal layers As LayerKeyedCollection _
    ) As LinePattern
    public static LinePattern GetEntityPattern( 
       Entity ent,
       LineTypeKeyedCollection lineTypes,
       string parentTypeName,
       LayerKeyedCollection layers
    )

    Parameters

    ent
    The entity
    lineTypes
    Line types collection
    parentTypeName
    The line type name of the parent entity (if it exists)
    layers
    The layers list

    Return Value

    The LinePattern object.
    See Also