Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / SilhoWireData Class / SilhoWireData Constructor / SilhoWireData Constructor(Entity,Stack<BlockReference>)

In This Topic
    SilhoWireData Constructor(Entity,Stack<BlockReference>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal entity As Entity, _
       ByVal parents As Stack(Of BlockReference) _
    )
    public SilhoWireData( 
       Entity entity,
       Stack<BlockReference> parents
    )

    Parameters

    entity
    parents
    See Also