Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / SilhoTextData Class / SilhoTextData Constructor

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

    Parameters

    entity
    parents
    fillTexts
    See Also