Smrf.NodeXL.ExcelTemplate.GraphMetricCalculationManager.GraphMetricCalculationManager C# (CSharp) Method

GraphMetricCalculationManager() public method

Initializes a new instance of the class.
public GraphMetricCalculationManager ( ) : System
return System
    public GraphMetricCalculationManager()
    {
        m_oBackgroundWorker = null;

        // Set the path to the executable that calculates graph metrics using
        // the SNAP library.

        GraphMetricCalculatorBase.SetSnapGraphMetricCalculatorPath(
            Path.Combine(ApplicationUtil.GetApplicationFolder(),
                GraphMetricCalculatorBase
                .DefaultSnapGraphMetricCalculatorFileName) );

        AssertValid();
    }