Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Translate Method / Translate(Vector3D) Method
Amount

In This Topic
    Translate(Vector3D) Method
    In This Topic
    Translates all the entities in the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Translate( _
       ByVal dv As Vector3D _
    ) 
    public void Translate( 
       Vector3D dv
    )

    Parameters

    dv
    Amount
    Remarks
    You need to call Regen() to see the effect of this command.
    See Also