Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / ClearFacesSelection Method
The parents stack that define a nested instance (use null for top-level)

In This Topic
    ClearFacesSelection Method (Solid)
    In This Topic
    Clears the faces selection status for a specific instance.
    Syntax
    'Declaration
     
    Public Sub ClearFacesSelection( _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) 
    public void ClearFacesSelection( 
       Stack<BlockReference> parents
    )

    Parameters

    parents
    The parents stack that define a nested instance (use null for top-level)
    See Also