Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Purge Method

In This Topic
    Purge Method
    In This Topic
    Removes unused items from the ViewportLayout master collections (Layers, Blocks, Materials, etc.).
    Syntax
    'Declaration
     
    Public Sub Purge() 
    public void Purge()
    Remarks
    The original order of the items is kept inside each collection and the removed items are disposed. Any BlockReference set as current will be unset.
    See Also