.. highlightlang:: us .. index:: EBCreate .. _ebcreate: EBCreate ======== .. us.tag EBCreate NOTREADYENGLISH Changed427 Changed570 :ref:`EBCreate` creates an elliptic drawing object. .. function:: hElip = EBCreate() hElip = EBCreate(hElipOther) .. us.return **Return Value** *hElip* identifies the object. .. us.params **Parameters** .. uparam:: hElipOther If *hElipOther* is a valid elliptic object handle the functions creates a new object as a copy of the given object. If *hElipOther* is set to 0 an elliptic object with default settings is created. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.7.0 - *hElipOther* can be set to 0. * - 4.2.7 - Function can be invoked with one parameter (copy constructor). .. seealso:: :ref:`EBDestroy`, :ref:`OBJSetPosSize`, :ref:`ObjCopy` :sub:`id-390282`