Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Dispose Method
true if managed resources should be disposed; otherwise, false.

In This Topic
    Dispose Method (ViewportLayout)
    In This Topic
    Clean up any resources being used.
    Syntax
    'Declaration
     
    Public Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    public override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true if managed resources should be disposed; otherwise, false.
    See Also