
##################
BCFMarkupViewpoint
##################

.. js:class:: Bcf.BCFMarkupViewpoint

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~Bcf.BCFMarkupViewpoint.constructor`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~Bcf.BCFMarkupViewpoint.getGuid`
   * :js:meth:`~Bcf.BCFMarkupViewpoint.getIndex`
   * :js:meth:`~Bcf.BCFMarkupViewpoint.getSnapshotFilename`
   * :js:meth:`~Bcf.BCFMarkupViewpoint.getViewpointFilename`
   
   




Constructors
============

.. js:method:: Bcf.BCFMarkupViewpoint.constructor

   .. rst-class:: sig-pretty-signature
   
      | BCFMarkupViewpoint(**guid**\ : *string*\ , **viewpointFilename**\ : (*undefined* \| *string*\ ), **snapshotFilename**\ : (*undefined* \| *string*\ ), **index**\ : (*undefined* \| *string*\ )): :js:class:`BCFMarkupViewpoint <Bcf.BCFMarkupViewpoint>`
   
   **Parameters**
   
      **guid**\ : *string*
   
      **viewpointFilename**\ : (*undefined* \| *string*\ )
   
      **snapshotFilename**\ : (*undefined* \| *string*\ )
   
      **index**\ : (*undefined* \| *string*\ )
   
   
   **Returns**\ : :js:class:`BCFMarkupViewpoint <Bcf.BCFMarkupViewpoint>`
   





Methods
=======

.. js:method:: Bcf.BCFMarkupViewpoint.getGuid

   .. rst-class:: sig-pretty-signature
   
      | getGuid(): *string*
   
   **Returns**\ : *string*
   



.. js:method:: Bcf.BCFMarkupViewpoint.getIndex

   .. rst-class:: sig-pretty-signature
   
      | getIndex(): (*None* \| *number*\ )
   
   **Returns**\ : (*None* \| *number*\ )
   



.. js:method:: Bcf.BCFMarkupViewpoint.getSnapshotFilename

   .. rst-class:: sig-pretty-signature
   
      | getSnapshotFilename(): (*None* \| *string*\ )
   
   **Returns**\ : (*None* \| *string*\ )
   



.. js:method:: Bcf.BCFMarkupViewpoint.getViewpointFilename

   .. rst-class:: sig-pretty-signature
   
      | getViewpointFilename(): (*None* \| *string*\ )
   
   **Returns**\ : (*None* \| *string*\ )
   





