Course Curriculum
- 12 sections
- 106 lectures
- 12 hours, 9 minutes total length
-
Module 01: Course Outline00:05:00
-
Module 02: Introduction00:01:00
-
Module 03: Who is this Course for?00:01:00
-
Module 04: What will I learn from this Course?00:01:00
-
Module 05: What is VB.NET?00:01:00
-
Module 06: What is AutoCAD .NET API?00:01:00
-
Module 07: What are the advantages of programming in AutoCAD .NET API?00:01:00
-
Module 08: Hands-on Projects overview00:06:00
-
Module 01: AutoCAD .NET API Components Overview00:01:00
-
Module 02: AutoCAD .NET API Assemblies00:02:00
-
Module 03: Understanding AutoCAD Object Hierarchy00:03:00
-
Module 04: AutoCAD .NET API Application Object00:02:00
-
Module 05: AutoCAD .NET API Document Object00:02:00
-
Module 06: AutoCAD .NET API Database Object00:04:00
-
Module 01: Section Overview00:04:00
-
Module 02: Installing Visual Studio 201900:05:00
-
Module 03: Setting up Visual Studio 2019 Integrated Development Environment (IDE)00:04:00
-
Module 04: Creating First VB.NET Plugin (Hello AutoCAD)00:12:00
-
Module 05: Different ways to communicate with the User00:04:00
-
Module 06: Configuring VS2019 Target Processor00:10:00
-
Module 01: Creating AutoCAD Object using VB.NET Overview00:01:00
-
Module 02: Creating DrawObjects Project00:04:00
-
Module 03: Creating a Line Object using VB.NET00:15:00
-
Module 04: Creating a MText Object using VB.NET00:12:00
-
Module 05: Creating a Circle Object using VB.NET00:09:00
-
Module 06: Creating an Arc Object using VB.NET00:07:00
-
Module 07: Creating a Polyline Object using VB.NET00:08:00
-
Module 08: Creating Multiple Circles Vertically00:09:00
-
Module 09: Creating Multiple Circles Horizontally00:05:00
-
Module 01: Manipulating AutoCAD Objects Overview00:01:00
-
Module 02: Creating the Project ManipulateObjects00:04:00
-
Module 03: Creating the SingleCopy Method00:13:00
-
Module 04: Creating the MultipleCopy Method00:11:00
-
Module 05: Creating the EraseObject Method00:12:00
-
Module 06: Creating the MoveObject method00:07:00
-
Module 07: Creating the MirrorObject method00:10:00
-
Module 08: Creating the RotateObject method00:07:00
-
Module 09: Creating the ScaleObject method00:05:00
-
Module 10: Creating the OffsetObject method00:05:00
-
Module 01: Exploring AutoCAD Dictionaries – Overview00:02:00
-
Module 02: Creating LayersLineTypesAndStyles Project00:06:00
-
Module 03: Creating the ListLayers Method00:11:00
-
Module 04: Creating the CreateLayer Method00:10:00
-
Module 05: Creating the UpdateLayer Method00:12:00
-
Module 06: Creating the SetLayerOnOff Method00:08:00
-
Module 07: Creating the SetLayerFrozenOrThaw Method00:04:00
-
Module 08: Creating the DeleteLayer Method00:05:00
-
Module 09: Creating the LockUnlockLayer Method00:04:00
-
Module 10: Creating the SetLayerToObject Method00:08:00
-
Module 11: Creating the ListLineTypes Method00:09:00
-
Module 12: Creating the LoadLineType Method00:07:00
-
Module 13: Creating the SetCurrentLineType Method00:05:00
-
Module 14: Creating the DeleteLineType Method00:09:00
-
Module 15: Creating the SetLineTypeToObject Method00:05:00
-
Module 16: Exploring TextStyles – Overview00:01:00
-
Module 17: Creating the ListStyles Method00:08:00
-
Module 18: Creating the UpdateCurrentTextStyleFont Method00:12:00
-
Module 19: Creating the SetCurrentTextStyle Method00:08:00
-
Module 20: Creating the SetTextStyleToObject Method00:08:00
-
Module 01: User Input Functions – Overview00:02:00
-
Module 02: Creating the UserInteractions Project00:03:00
-
Module 03: Creating the GetName Method00:11:00
-
Module 04: Creating the SetLayer Method using the GetString function00:12:00
-
Module 05: Creating the CreateLineUsingGetpoint Method00:11:00
-
Module 06: Creating the CalculateDefinedArea Method00:17:00
-
Module 07: Creating the DrawObjectsUsingGetKeywords Method00:14:00
-
Module 08: Creating the GetDistanceBetweenTwoPoints Method00:05:00
-
Module 09: Creating the CountObjects Method00:15:00
-
Module 01: Selection Sets and Filters – Overview00:13:00
-
Module 02: Creating the SelectionSets Project00:05:00
-
Module 03: Creating the SelectAllAndChangeLayer Method00:12:00
-
Module 04: Creating the SelectObjectOnScreen Method00:08:00
-
Module 05: Creating the SelectWindowAndChangeColor Method00:06:00
-
Module 06: Creating the SelectCrossingAndDelete Method00:05:00
-
Module 07: Creating the SelectFenceAndChangeLayer Method00:06:00
-
Module 08: Creating the CountPickFirstSelection Method00:07:00
-
Module 09: Creating the SelectLines Method00:13:00
-
Module 10: Creating the SelectMTexts Method00:05:00
-
Module 11: Creating the SelectPlines Method00:04:00
-
Module 12: Creating the SelectWalls Method00:07:00
-
Module 13: Creating the SelectStairs Method00:03:00
-
Module 14: Creating the SelectFrenchDoors Method00:04:00
-
Module 15: Creating the SelectBifoldDoors Method00:03:00
-
Module 16: Creating CountReceptacles Method00:04:00
-
Module 17: Creating the CountLightingFixtures Method00:10:00
-
Module 01: Developing Projects – Hands on Overview00:02:00
-
Module 02: BlocksCounter Plugin Demo00:03:00
-
Module 03: Creating the BlocksCounter Project00:04:00
-
Module 04: Creating the CountBlocksToTable Method00:08:00
-
Module 05: Creating the PromptUser Function00:08:00
-
Module 06: Creating the GatherBlocksAndDrawTable Method00:12:00
-
Module 07: Continuation of GatherBlocksAndDrawTable Method00:17:00
-
Module 08: Running and Debugging the BlocksCounter Project – Part 100:15:00
-
Module 09: Running and Debugging the BlocksCounter Project – Part 200:11:00
-
Module 10: Running and Debugging the BlocksCounter Project – Part 300:01:00
-
Module 11: Creating the ObjectExtractor Plugin Project00:04:00
-
Module 12: Creating the ExtractObjects Method00:07:00
-
Module 13: Creating the ExtractLine Method00:16:00
-
Module 14: Running and Debugging the ExtractLine Method00:05:00
-
Module 15: Creating the ExtractCircle Method00:11:00
-
Module 16: Creating the ExtractMText Method00:13:00
-
Module 17: Creating the ExtractPolyline Method00:19:00
-
Module 18: Creating the ExtractBlock Method00:10:00
-
Module 01: Congratulations and Thank you very much!00:01:00
-
Assignment – Learn AutoCAD Programming using VB.NET – Hands On!
-
Claim Your Certificate