ARUP.IssueTracker.Navisworks.NavisWindow.Open3dViewBCF C# (CSharp) Method

Open3dViewBCF() private method

private Open3dViewBCF ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void Open3dViewBCF(object sender, EventArgs e)
        {
            try
            {
                VisualizationInfo v = mainPan.jira.Bcf.Issues[mainPan.bcfPan.listIndex].viewpoint;
                Open3DView(v);
            }
            catch (System.Exception ex1)
            {
                MessageBox.Show("exception: " + ex1);
            }
        }
        private void Open3dViewJira(object sender, EventArgs e)