Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / EntityGraphicsData Class / SetParent Method

In This Topic
    SetParent Method
    In This Topic
    Sets the parent object, used to identify the entity who caused an error if it was not compiled.
    Syntax
    'Declaration
     
    Public Sub SetParent( _
       ByVal parent As Object _
    ) 
    public void SetParent( 
       object parent
    )

    Parameters

    parent
    See Also