
########################
MeasurePolygonAreaAnchor
########################

.. js:data:: wv.Operators.Measure.MeasurePolygonAreaAnchor

   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.Operators.Measure.MeasurePolygonAreaAnchor.First`
   * :js:data:`~wv.Operators.Measure.MeasurePolygonAreaAnchor.Last`
   * :js:data:`~wv.Operators.Measure.MeasurePolygonAreaAnchor.Midpoint`
   
   



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.Operators.Measure.MeasurePolygonAreaAnchor.First

      .. rst-class:: sig-pretty-signature
      
         | First: *0*
      
      Text box indicating measurement value will be anchored to the first point of the polygon.
      



.. js:data:: wv.Operators.Measure.MeasurePolygonAreaAnchor.Last

      .. rst-class:: sig-pretty-signature
      
         | Last: *1*
      
      Text box indicating measurement value will be anchored to the last point of the polygon.
      



.. js:data:: wv.Operators.Measure.MeasurePolygonAreaAnchor.Midpoint

      .. rst-class:: sig-pretty-signature
      
         | Midpoint: *2*
      
      Text box indicating measurement value will be anchored to the midpoint of the polygon.
      




