Revit.SDK.Samples.ImportExport.CS.ImportData.Initialize C# (CSharp) Method

Initialize() private method

Initialize the variables
private Initialize ( ) : void
return void
        private void Initialize()
        {
            //The directory into which the file will be imported
            String dllFilePath = Assembly.GetExecutingAssembly().Location;
            m_importFolder = Path.GetDirectoryName(dllFilePath);
            m_importFileFullName = String.Empty;
        }