.. highlightlang:: us .. _xyzgethulltype: XYZGetHullType ============== .. index:: XYZGetHullType .. us.tag XYZGetHullType NOTREADYENGLISH XYZGet_hull :ref:`XYZGetHullType` returns the the hull type. .. function:: nType = XYZGetHullType(hData) .. us.return **Return Value** *nType* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - HULL_NONE - No hull * - HULL_NORTH - North part of the hull * - HULL_NORTH_SPLINE - Spline connection * - HULL_ENTIRE - Entire hull * - HULL_ENTIRE_SPLINE - Entire hull - North part with spline connection * - HULL_USERDEF - User defined hull .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSetHullType`, :ref:`XYZCreate` :sub:`id-167963`