
######################
A3DTreeNodeGetNetStyle
######################

.. c:function:: A3DStatus A3DTreeNodeGetNetStyle(const A3DTreeNode *pNode, A3DGraphStyleData *const pGraphStyleData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTreeNodeGetNetStyle(*const* :c:type:`~A3DTreeNode`\ * **pNode**\ , :c:struct:`~A3DGraphStyleData`\ * **pGraphStyleData**\ )
   
   Get the net style of the given node. 
   
   **Parameters**
   
   
      **pNode**\ : The tree node 
   
      **pGraphStyleData**\ : Style of the node, stored in 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




