Programming AutoCAD to Excel using VB.NET

Programming AutoCAD to Excel using VB.NET

get Access To All 3500+ One Education Courses For Just £49/Year!
Claim Offer

Overview

Train yourself from the safety and comfort of your own home by taking Programming AutoCAD to Excel using VB.NET. Whatever your situation and requirements, One Education can supply you with professional teaching, gained from industry experts, and brought to you for a great price with a limited-time discount. 

One Education has been proud to produce an extensive range of best-selling courses, and Programming AutoCAD to Excel using VB.NET is one of our best offerings. It is crafted specially to promote easy learning at any location with an online device. Each topic has been separated into digestible portions that can be memorised and understood in a minimum of time. 

Teaching and training are more than just a job for the staff at One Education; we take pride in employing those who share our vision for e-learning and its importance in today’s society. To prove this, all learning materials for each course are available for at least one year after the initial purchase.  

All of our tutors and IT help desk personnel are available to answer any questions regarding your training or any technical difficulties. 

By completing Programming AutoCAD to Excel using VB.NET, you will have automatically earned an e-certificate that is industry-recognised and will be a great addition to your competencies on your CV.

Whatever your reason for studying Programming AutoCAD to Excel using VB.NET, make the most of this opportunity from One Education and excel in your chosen field.

Course design

The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace.

You are taught through a combination of

  • Video lessons
  • Online study materials

Certificate of Achievement

Endorsed Certificate of Achievement from the Quality Licence Scheme

After successfully completing the course, learners will be able to order an endorsed certificate as proof of their new achievement. Endorsed certificates can be ordered and get delivered to your home by post for only £119. There is an additional £10 postage charge for international students.

CPD Certification from One Education

After successfully completing the MCQ assessment of this course, you will qualify for the CPD Certificate from One Education, as proof of your continued professional development. Certification is available in PDF format, at the cost of £9, or a hard copy can be sent to you via post, at the cost of £15.

Endorsement

This course has been endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. This course is not regulated by Ofqual and is not an accredited qualification. Your training provider will be able to advise you on any further recognition, for example progression routes into further and/or higher education. For further information please visit the Learner FAQs on the Quality Licence Scheme website.

Method of Assessment

To assess your learning, you have to complete the assignment questions provided at the end of the course. You have to score at least 60% to pass the exam and to qualify for Quality Licence Scheme endorsed and CPD accredited certificates.

After submitting the assignment, our expert tutor will assess your assignment and will give you feedback on your performance.

After passing the assignment exam, you will be able to apply for a certificate.

Why study this course

It doesn’t matter if you are an aspiring professional or an absolute beginner; this course will enhance your expertise and boost your CV with critical skills and an accredited certification attesting to your knowledge.

The Programming AutoCAD to Excel using VB.NET is fully available to anyone, and no previous qualifications are needed to enrol. All One Education needs to know is that you are eager to learn and are over 16.

Course Curriculum

Section 01: Introduction
Introduction 00:04:00
Who is this course for? 00:02:00
What will you learn from this course? 00:05:00
Tools needed 00:01:00
Course Prerequisites 00:04:00
Section 02: Exporting AutoCAD Objects to Excel
Section Overview – Export AutoCAD Objects to Excel 00:02:00
Exporting Lines to Excel – Overview 00:02:00
Creating the VB.NET-Excel Project 00:06:00
Design of User Interface to Export Lines 00:10:00
Creating the Common Utility Class 00:19:00
Creating the ExportLines Method 00:12:00
Running and Testing ExportLines Method 00:06:00
Exporting MTexts to Excel – Overview 00:02:00
Creating the ExportMTexts Method 00:11:00
Export Polylines to Excel – Overview 00:01:00
Creating the ExportPolylines Method 00:12:00
Running and Testing ExportPoylines Method 00:12:00
Export Blocks (Without Attributes) to Excel – Overview 00:01:00
Creating the ExportBlocks Method 00:12:00
Creating Export Blocks UI and Running the Code 00:06:00
Exporting Blocks (With Attributes) to Excel – Overview 00:02:00
Creating the User Interface for exporting Blocks to Excel 00:05:00
Creation of BlocksForm UI 00:04:00
Coding the BlocksForm Load Event 00:08:00
Testing the BlocksForm UI 00:03:00
Coding the BlocksForm to populate the Listboxes 00:15:00
Coding the BlocksForm Export Button 00:04:00
Coding the ExportBlocksWithAttributes Method 00:21:00
Running and Testing ExportBlocksWithAttributes Method 00:02:00
Section 03: Importing Excel File into AutoCAD
Section Overview – Import Excel File into AutoCAD 00:01:00
Importing Lines from Excel File into AutoCAD – Overview 00:01:00
Creating ImportExcelUtil Class 00:02:00
Creating the ImportLines Method 00:19:00
Creating the UI for the ImportLines Method 00:02:00
Coding the ImportLines UI code behind. 00:07:00
Running and Testing ImportLines Method 00:08:00
Importing MTexts into AutoCAD – Overview 00:01:00
Creating the ImportMTexts Method 00:11:00
Creating ImportMTexts User Interface 00:02:00
Running and Testing ImportMTexts Method 00:02:00
Importing Polylines from Excel File into AutoCAD – Overview 00:01:00
Creating the ImportPolylines Method 00:14:00
Creating ImportPolylines User Interface 00:02:00
Running and Testing ImportPolylines Method 00:03:00
Importing Blocks (without Attributes) from Excel File into AutoCAD – Overview 00:01:00
Creating the ImportBlocks Method 00:09:00
Creating the ImportBlocks User Interface 00:02:00
Running and Testing ImportBlocks Method 00:03:00
Importing Blocks (with Attirubtes) from Excel File into AutoCAD – Overview 00:02:00
Creating the ImportBlocksWithAttributes Method 00:25:00
Creating the UI for ImportBlocksWithAttributes Method 00:04:00
Running and Testing ImportBlocksWithAttributes Method 00:03:00
Section 04: Exporting AutoCAD Objects to a File
Exporting Lines to a File – Overview 00:02:00
Creating the ExportToFile Utility Class 00:04:00
Creating ExportLinesToFile Method 00:14:00
Creating the UI for ExportLinesToFile Method 00:08:00
Running and Testing ExportLinesToFile Method 00:02:00
Exporting MTexts to File – Overview 00:01:00
Creating the MTextToFile Method 00:06:00
Creating the UI for the ExportMTextToFile Method 00:01:00
Running and Testing ExportMTextToFile Method. 00:08:00
Exporting Polylines to File – Overview 00:02:00
Creating ExportPolylinesToFile Method 00:11:00
Exporting Polylines to File – User Interface 00:01:00
Running and Testing ExportPolylinesToFile Method 00:02:00
Exporting Blocks (without Attributes) to File – Overview 00:02:00
Creating the ExportBlocksToFile Method 00:10:00
Creating ExportBlocksToFile User Interface 00:02:00
Running and Testing ExportBlocksToFile Method 00:02:00
Exporting Blocks (With Attributes) to a File – Overview 00:02:00
Creating the EXportBlocksWithAttributesToFile Method 00:19:00
Creating the UI for ExportBlocksWithAttributesToFile Method 00:06:00
Coding the BlocksForm for ExportBlocksWithAttributeToFile Method 00:04:00
Running and Testing ExportBlocksWithAttributesToFile Method 00:03:00
Section 05: Importing Text File into AutoCAD
Importing Text File into AutoCAD – Overview 00:01:00
Importing Lines from a Text File into AutoCAD – Overview 00:02:00
Creating the ImportFileUtil Class 00:01:00
Creating the ImportLinesMethod 00:17:00
Creation of ImportLines User Interface 00:03:00
Coding the ImportLines UI button 00:05:00
Running and Testing the ImportLines Method 00:04:00
Importing MTexts from Text File into AutoCAD – Overview 00:02:00
Creating the ImportMTexts Method 00:09:00
Creating the TextStyle Manipulation Code 00:02:00
Creating the UI for the ImportMTexts Method 00:01:00
Running and Testing the ImportMTexts Method 00:04:00
Importing Polylines from a Text File into AutoCAD – Overview 00:02:00
Creating the ImportPolylines Method 00:18:00
Creating the ImportPolylines UI 00:02:00
Running and Testing ImportPolylines (from a File) Method 00:02:00
Importing BLocks (without Attributes) from a Text File into AutoCAD – Overview 00:02:00
Creating the ImportBlocks (without Attributes) Method 00:15:00
Creating the ImportBlocks UI 00:05:00
Running and Testing ImportBlocks (without Attributes) Method 00:04:00
Importing Blocks (with Attributes) from a Text File into AutoCAD – Overview 00:02:00
Creating the ImportBlocksWithAttributes from a File Method 00:23:00
Creating the ImportBlocksWithAttributes (from a File) UI (Part 1) 00:06:00
Creating the ImportBlocksWithAttributes (from a File) UI (Part 2) 00:04:00
Running and Testing ImportBlocksWithAttributes (from a File) Method 00:03:00
Section 06: Conclusion
Conclusion 00:01:00
Assignment
Assignment – Programming AutoCAD to Excel using VB.NET 2 weeks, 5 days
Order Your Certificate
Order Your Certificate QLS 00:00:00
sidemoneyBack

COPYRIGHT © 2022 One Education

Home Search Cart
0
    0
    Your Cart
    Your cart is emptyBrowse Courses

    Upgrade to get UNLIMITED ACCESS to ALL COURSES for only £49/year

    Claim Offer & Upgrade

    Membership renews after 12 months. You can cancel anytime from your account.

    Other Students Also Buy
      Apply Coupon