Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TraversalParams Class / SkipTexts Property

In This Topic
    SkipTexts Property
    In This Topic
    When true the Text entities are not regenerated.
    Syntax
    'Declaration
     
    Public Property SkipTexts As Boolean
    public bool SkipTexts {get; set;}
    Remarks
    This can be useful when the ViewportLayout is null.
    See Also