|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn907289295 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
150414s2015 inu o 001 0 eng d |
010 |
|
|
|a 2015936845
|
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d IDEBK
|d E7B
|d CDX
|d COO
|d EBLCP
|d YDXCP
|d TEFOD
|d OCLCF
|d OCLCQ
|d UMI
|d RECBK
|d OCLCQ
|d DEBSZ
|d VT2
|d IDB
|d NRC
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d CNCGM
|d REB
|d WRM
|d OCLCQ
|d CEF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d WYU
|d OCLCQ
|d OCLCO
|d UAB
|d OCLCQ
|d OCLCO
|d UKAHL
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 908080286
|a 928627991
|a 964904278
|a 1008941424
|a 1026439800
|a 1066684956
|a 1103262882
|a 1129355449
|a 1152977008
|a 1192336911
|a 1240508623
|
020 |
|
|
|a 9781118900444
|q (electronic bk.)
|
020 |
|
|
|a 1118900448
|q (electronic bk.)
|
020 |
|
|
|a 9781118906989
|q (electronic bk.)
|
020 |
|
|
|a 1118906985
|q (electronic bk.)
|
020 |
|
|
|z 1118798937
|
020 |
|
|
|z 9781118798935
|
029 |
1 |
|
|a CHBIS
|b 010448865
|
029 |
1 |
|
|a CHVBK
|b 336996748
|
029 |
1 |
|
|a DEBBG
|b BV042991357
|
029 |
1 |
|
|a DEBBG
|b BV043615809
|
029 |
1 |
|
|a DEBSZ
|b 453342817
|
029 |
1 |
|
|a GBVCP
|b 897163001
|
029 |
1 |
|
|a AU@
|b 000056082538
|
035 |
|
|
|a (OCoLC)907289295
|z (OCoLC)908080286
|z (OCoLC)928627991
|z (OCoLC)964904278
|z (OCoLC)1008941424
|z (OCoLC)1026439800
|z (OCoLC)1066684956
|z (OCoLC)1103262882
|z (OCoLC)1129355449
|z (OCoLC)1152977008
|z (OCoLC)1192336911
|z (OCoLC)1240508623
|
037 |
|
|
|a 47B4044D-2A9C-4081-8251-7310BD3E3CD1
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a T386.A97
|
072 |
|
7 |
|a COM
|x 007000
|2 bisacsh
|
082 |
0 |
4 |
|a 620/.0042028556
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ambrosius, Lee,
|e author.
|
245 |
1 |
0 |
|a AutoCAD platform customization :
|b VBA /
|c Lee Ambrosius.
|
264 |
|
1 |
|a Indianapolis, Indiana :
|b Sybex, a Wiley brand,
|c [2015]
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Autodesk official training guide
|
588 |
0 |
|
|a Online resource; title from PDF title page (Ebsco, viewed April 20, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Title Page; Copyright; Contents; Chapter 1 Understanding the AutoCAD VBA Environment; What Makes Up an AutoCAD VBA Project?; What You'll Need to Start; Determine If the AutoCAD VBA Environment Is Installed; Install the AutoCAD 2015 VBA Enabler; Getting Started with the VBA Editor; Identifying the Components of a VBA Project; Navigating the VBA Editor Interface; Setting the VBA Environment Options; Managing VBA Programs; Creating a New VBA Project; Saving a VBA Project; Loading and Unloading a VBA Project; Embedding or Extracting a VBA Project; Executing VBA Macros.
|
505 |
8 |
|
|a Accessing the AutoCAD VBA DocumentationChapter 2 Understanding Visual Basic for Applications; Learning the Fundamentals of the VBA Language; Creating a Procedure; Declaring and Using Variables; Controlling the Scope of a Procedure or Variable; Continuing Long Statements; Adding Comments; Understanding the Differences Between VBA 32- and 64-Bit; Exploring Data Types; Working with Objects; Accessing Objects in a Collection; Storing Data in Arrays; Calculating Values with Math Functions and Operators; Manipulating Strings; Converting Between Data Types; Comparing Values.
|
505 |
8 |
|
|a Testing Values for EqualityComparing String Values; Determining If a Value Is Greater or Less Than Another; Checking for Null, Empty, or Nothing Values; Validating Values; Grouping Comparisons; Conditionalizing and Branching Statements; Evaluating If a Condition Is Met; Testing Multiple Conditions; Repeating and Looping Expressions; Repeating Expressions a Set Number of Times; Stepping Through an Array or Collection; Performing a Task While or Until a Condition Is Met; Chapter 3 Interacting with the Application and Documents Objects; Working with the Application.
|
505 |
8 |
|
|a Getting Information about the Current AutoCAD SessionManipulating the Placement of the Application Window; Managing Documents; Working with the Current Drawing; Creating and Opening Drawings; Saving and Closing Drawings; Accessing Information about a Drawing; Manipulating a Drawing Window; Working with System Variables; Querying and Setting Application and Document Preferences; Executing Commands; Exercise: Setting Up a Project; Creating the DrawingSetup Project; Creating and Saving a New Drawing from Scratch; Inserting a Title Block with the insert Command; Adding Drawing Properties.
|
505 |
8 |
|
|a Setting the Values of Drafting-Related System Variables and PreferencesChapter 4 Creating and Modifying Drawing Objects; Understanding the Basics of a Drawing-Based Object; Accessing Objects in a Drawing; Working with Model or Paper Space; Creating Graphical Objects; Adding Straight Line Segments; Working with Curved Objects; Working with Polylines; Getting an Object in the Drawing; Modifying Objects; Deleting Objects; Copying and Moving Objects; Rotating Objects; Changing Object Properties; Exercise: Creating, Querying, and Modifying Objects; Creating the DrawPlate Project.
|
520 |
|
|
|a Boost productivity and streamline your workflow with expert AutoCAD: VBA programming instruction AutoCAD Platform Customization: VBA is the definitive guide to personalizing AutoCAD and the various programs that run on the AutoCAD platform, including AutoCAD Architecture, Civil 3D, Plant 3D, and more. Written by an Autodesk insider with years of customization and programming experience, this book features detailed discussions backed by real-world examples and easy-to-follow tutorials that illustrate each step in the personalization process. Readers gain expert guidance toward managing layout.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a AutoCAD.
|
630 |
0 |
7 |
|a AutoCAD
|2 fast
|
650 |
|
0 |
|a Visual Basic for Applications (Computer program language)
|
650 |
|
0 |
|a Computer-aided design.
|
650 |
|
2 |
|a Computer-Aided Design
|
650 |
|
6 |
|a Conception assistée par ordinateur.
|
650 |
|
7 |
|a computer-aided designs (visual works)
|2 aat
|
650 |
|
7 |
|a computer-aided design (process)
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x CAD-CAM.
|2 bisacsh
|
650 |
|
7 |
|a Computer-aided design
|2 fast
|
650 |
|
7 |
|a Visual Basic for Applications (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 9781118900444
|w (OCoLC)907289295
|
830 |
|
0 |
|a Autodesk official training guide.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781118798935/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27099486
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 28422515
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1895133
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11043784
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 978143
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28422515
|
938 |
|
|
|a Recorded Books, LLC
|b RECE
|n rbeEB00630227
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12673613
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12377634
|
994 |
|
|
|a 92
|b IZTAP
|