.. _PathPoints: ================================================ PathPoints ================================================ Description ----------- A collection of path point objects that comprises the path points property of the sub path item object. 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 PathPoints/parent.rst PathPoints/typename.rst PathPoints/length.rst PathPoints/getByName.rst PathPoints/[].rst