.. _SubPathItems: ================================================ SubPathItems ================================================ Description ----------- An array of path point info objects that describes a straight or curved segment of a path. You do not use the sub path item object to create a sub path. Rather, you use the sub path item object to retrieve information about a sub path. To create sub paths, see sub path info. Properties ^^^^^^^^^^ +-------------------------------------------------+---------------------------------------+ | :ref:`length` readonly | Number of elements in the collection. | +-------------------------------------------------+---------------------------------------+ | :ref:`parent` readonly | The object's container. | +-------------------------------------------------+---------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +-------------------------------------------------+---------------------------------------+ Methods ^^^^^^^ +---------------------------------------------------+-----------------------------------------------------------------+ | :ref:`[]` readonly | Get an element in the collection with the provided index. | +---------------------------------------------------+-----------------------------------------------------------------+ | :ref:`getByName` readonly | Get the first element in the collection with the provided name. | +---------------------------------------------------+-----------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 SubPathItems/parent.rst SubPathItems/typename.rst SubPathItems/length.rst SubPathItems/getByName.rst SubPathItems/[].rst