
#####################
A3DEFRMStringDataType
#####################

.. c:enum:: A3DEFRMStringDataType

   String data type. 
   
   
      10.2 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DFRMStringDataNone`
   * :c:enumerator:`~kA3DFRMStringDataName`
   * :c:enumerator:`~kA3DFRMStringDataAttribute`
   * :c:enumerator:`~kA3DFRMStringDataType`
   * :c:enumerator:`~kA3DFRMStringDataValue`
   * :c:enumerator:`~kA3DFRMStringDataOption`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DFRMStringDataNone

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataNone** = ``0``
      
      not specified 
      



.. c:enumerator:: kA3DFRMStringDataName

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataName**
      
      name 
      



.. c:enumerator:: kA3DFRMStringDataAttribute

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataAttribute**
      
      at least two values expected, one for the title and the others for the attributes values 
      



.. c:enumerator:: kA3DFRMStringDataType

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataType**
      
      type 
      



.. c:enumerator:: kA3DFRMStringDataValue

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataValue**
      
      value 
      



.. c:enumerator:: kA3DFRMStringDataOption

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFRMStringDataOption**
      
      two values expected: the first one is the name the option, and the second one is the string "TRUE" or "FALSE". 
      




