AutoCAD Civil 3D :: How To Delete Printers From List

Nov 9, 2012

I am using Civil 3D Map 2009 and its showing many unwanted printers in the list when I try to print a Map. How can I delete printers from list.

View 6 Replies


ADVERTISEMENT

Illustrator Scripting :: CS4 - Populating A Drop Down With List Of Printers?

Mar 27, 2012

I'm trying to populate a drop down field with the list of available printers. Here's what I have:
 
var printerList = app.printerList;
var w = new Window ("dialog");
w.orientation = 'row';
var dropDown = w.add("statictext", undefined, "Please select the printer");
var dropDown = w.add ("dropdownlist", undefined, printerList);
dropDown.selection = 0;
var buttonGroup = w.add ("group");
buttonGroup.add ("button", undefined, "OK");
w.center();
w.show();

This will populate a drop down with "Printer, Printer, Printer, Printer" for each printer instead of the name of the printer (which is what I want).
 
When I try:
 
var printerList = app.printerList.name;
 
I get a drop down of blank entries.
 
How exactly does the printerList work?

View 8 Replies View Related

AutoCAD 2010 :: Delete Sheet Sets From Recent List

Dec 17, 2013

I am in ACAD 2012 and want to delete sheet sets from my "recent" list.  Many of them are invalid now.  How can I do this?  I would expect it is a registry entry but I don't know where.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete Files Named In List

Aug 19, 2012

I have list like (C:projectspr0310.dwg  C:projectspr0315.dwg C:projectspr03drawings17.dwg)

Want these three files deleted from C:projectspr03.

View 9 Replies View Related

Photoshop :: CS5 / Delete Unwanted Profiles In List?

Sep 28, 2012

I've got CS5 and I'm still learning the ropes.  I've advanced to creating my own ICC print profiles, which I'm using.  CS5 has a long list of these in the print dialogue.  I have occasionally updated the profiles that I have created ( which now appear in this list).  I want to keep the list up to date with regards my own profiles and delete the ones that have been superceeded.  I've looked through my folders (Windows 7) but I can't find where they are stored.
 
how I delete unwanted profiles in the list?  Can it be done whilst in CS5?

View 3 Replies View Related

Photoshop :: How To Delete Files From Recently Opened List

May 11, 2013

How do you delete the recent photos from the (file drop down) under recent open ?

View 3 Replies View Related

Photoshop Elements :: Delete Facebook Friend List In 11?

Jan 18, 2014

I would like to delete the Facebook friend list so it doesn't show up when tagging people in photos.  It appears once you authorize Facebook and download your friend list (I inadvertenly left the checkbox checked) there is no way to reset.  I tried logging out and back in.  The list does not show in the contact list.

View 2 Replies View Related

Revit :: Delete Unused Or Unwanted Walls From The Properties List?

Feb 1, 2012

How does one delete unused or unwanted walls from the properties list?

View 1 Replies View Related

Lightroom :: Delete Duplicate Entry From External Editor List (4.3)?

Mar 25, 2013

I just want to clean up some duplicate entries from the external editor drop down list. I know how to create them but how do you delete them?

View 2 Replies View Related

AutoCAD 2010 :: Add And Delete A (lineweight) From The Lineweight List?

Feb 13, 2012

How to add and delete a “lineweight” from the lineweight list?

I’m wondering if there is a way to add and delete lineweight from the lineweight list?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 9 Replies View Related

AutoCad :: How To Delete Block From Insert Block List

Oct 20, 2007

I am using Autocad 2007 I made several blocks with att. And I use this drawing and copy it to the samples/design center folder so that I can see the blocks that I created on the Design center window for use on different other drawings.

My problem is that if I make a cange on the ORIGINAL block drawing how can I update the inserted blocks on the other drawings? I try to delete the block from the local drawing insert block list (is this possible?) to paste the block again with the new changes, but somehow even when I grab the new modified block to inserted again when I do it, it takes the shape of the old version!

View 6 Replies View Related

AutoCad :: All Printers Show Up As PC3 Files?

Aug 19, 2011

I'm on autocad 2006. I'm not sure what caused it, but about a week ago, my autocad got rid of most of the printers/plotters that showed up in the plot dialogue box. And on the ones it did keep, it added .pc3 to the end. How can I get it to find the actual printers again and not just the .pc3 files?

View 2 Replies View Related

AutoCAD 2013 :: Page Setup For Different Printers?

May 1, 2013

My drawings typically have 5-10 pages(layouts). The page setup on the layouts have the printer name set to my printer in my office. So I can pulish all layouts and print them all at once. I would like to be able to send these drawings to others with different printers and have them be able to print all layouts at once without going and and changing page setups or anything like that, its mostly non autocad people. How can I set this up?

View 8 Replies View Related

AutoCad :: Remove Unused Printers From Plot Dialog?

Oct 24, 2012

using acad 2010.

i want to remove all the printers i don't use from the plot > printerlist (also system printers). how can i do it?

View 2 Replies View Related

AutoCAD Print / Plot :: Plotting To Different Printers And Different Size Papers

Mar 13, 2013

I am using AutoCAD 2006.  I have a set of road plans that is 25 pages long.  This means that I have 1 model space tab and 25 paperspace layouts.  Each paperspace layout contains 1 viewport that shows a specific piece of my model space drawing.  I need to be able to print these 25 layouts to multiple printers at multiple sizes.  Specifically, I want to be able to print 11x17 sheets on printer #1, 11x17 sheets on printer #2, and 22x36 sheets on printer #2.   I know how to create named page setups so that I can just pick which one I want to use to print.  

Problem #1 - When I change from printer #1 to printer #2, keeping the same size (11x17) sheet, the paper moves slightly relative to my viewport that is on the page.  Therefore, I have to move 25 viewports (1 on each page) every time I want to print my plans.

Problem #2 - When I change the size of page I want to print, the viewport does not size to the page.  Therefore, I have to resize the 25 viewports and re-zoom their contents every time I change the size of paper I'm printing on.

Problem #3 - When I want to change the printer or size of sheet that I am using, I have to go to every layout tab and select the individual plot setup that I want to use.  Is there a way to apply 1 named page setup to all layouts at once?

Ideally, there would be some way to link the viewport to dynamically change with changes in the paper location and size, but I'm not sure that's possible.  

Again, I am using AutoCAD 2006.

View 2 Replies View Related

AutoCAD Print / Plot :: 2013 Not Printing On Network Printers

Aug 5, 2013

I cannot get my program to print to any of our network printers. I am using Autocad 2013 LT with FusionWare and Windows 7 on a Macpro OSX Lion. This started being a problem a few weeks ago and the only way I can get anything printed is to make a pdf and and then print the pdf from Acrobat.

Today I brought in a HP 940c printer from home and connected it to my desktop printer. I spent an hour uninstalling and installing the drivers. I can now print from Acrobat on both the PC and Mac sides of the computer, but when I try it from Autocad I get Error_Printing in the HP printer window. No info as to what the error might be. I tried this several times, tried renaming the file with a shorter name but since the driver puts in the entire path that was a futile gesture.

So I have confirmed that the printer is functioning correctly, just not with Autocad. I realize that i do have a working workaround but it is tedius and unnecessay to keep making all those pdfs.

View 2 Replies View Related

AutoCAD Print / Plot :: Page Setups For Multiple Printers

May 8, 2012

how to create page setups for multiple printers in a network environment?

Here is the problem:

We have 2 offices with 3-7 printers per office and each printer with different capabilities (black and white, color, 11x17, wide format, etc.). I have CAD users who know little about setting up layouts so I want to create preconfigured layouts that they can import from a template via Design Center or other means.

I know I could set up a layout for each printer, page size, plot scale, and plot style table, but that gets to be so many layout permutations that it becomes overwhelming to manage and use. Up until now I had set up PC3 files for a few commonly used printers (wide format plotter, laser, pdf) and gave them generic names with the intent that I could simply direct the output to any printer by assigning it to one of the generic PC3 files. The problem I've encountered is that over time we've acquired new printers and old printers sometimes go offline or out of service and many of the printers have incompatible printable areas and page sizes to each other, so for example a page setup that calls for an 11x17 sheet for one printer does not have an equivalent size when a different printer is assigned to the layout.

Are we stuck with having to configure setups for each and every printer and permutation?

Infrastructure Suite/C3D 2013, LDT 2004, Power Civil v8i SS1
WIN 7 64 PRO
HP Pavillion h8xt, i7 2600, 12 GB
RADEON 6450, 1 GB

View 1 Replies View Related

AutoCAD Civil 3D :: Add A Bug To The List?

Dec 28, 2012

my C3D11 is having one hell of a time sorting survey points by description.  I crash everytime I open a drawing, open a survey database, edit points, sort by description.

View 6 Replies View Related

AutoCAD Print / Plot :: Missing System Printers 2007 On Windows 7?

Nov 28, 2012

Coworker is setting up a new Win7 (64bit) machine but we don't have the ability to upgrade CAD at this time. So running AutoCAD Mechanical 2007. (Yes we know they don't always play nice) Two other workstations here are running the same  OS & CAD and print without issues. This new machine AutoCAD does not see any system printers. Have made sure the "Hide System Printers" is not checked under options. I can add a plotter file for each system printer and that workaround  is OK, but why this one machine can't see the system printers. They are Xerox workstations on the network - not local. We have already restarted AutoCAD and restarted the PC.

View 3 Replies View Related

AutoCAD Civil 3D :: How To Delete Alignment Using API

Apr 16, 2012

I thought that finding the alignmentId, and using the

doc.GetAlignmentIds().Remove(delId);

would do it.

I know i have the right alignmentId, it all cheaks out, there must be something I have to do after removing from the ID collection.

I am doing a Tr.Commit(); but that does not seem to be good enough.

full code is: (_returnMsg is a local var for the class containing this method)

public void DelC3DHAlign(string name) { _returnMsg = "Error, No alignments available";
//access Civil 3D
CivilDocument doc = CivilApplication.ActiveDocument;
try { using (Transaction tr = HostApplicationServices.WorkingDatabase.TransactionManager.StartTransaction

[Code]....

[URL]....

View 2 Replies View Related

AutoCAD Civil 3D :: Can't Delete Viewport

Aug 9, 2009

On the layout page I have several viewports. 2 of my viewport borders are not visible. I can not pick them, property them, delete them, or manipulate them in any way. When I activate them as "model space" view, I can work in the model space but the border still does not become visible. I only know where the border is by the truncated drawing. Is there any way to correct this problem?

Before I get the usual "turn on your layer" responses: ALL of my layers are thawed, ALL of my layers are on. I am running Civil 3D LDD Companion but have had this "glitch" on previous versions. I seem to remember the only answer is delete layout and start a new layout from scratch. Tell me this is not so!!

View 4 Replies View Related

AutoCAD Civil 3D :: How To Get A List Of All Profiles

Jun 7, 2013

I want a list of all profiles in the drawing. How can i do?

I have a list of all alignments with:

ObjectIdCollection alignColl = civDoc.GetAlignmentIds();
 
But profiles don´t have the method GetProfilesIds();

or how to check if each alignment has any profiles?

Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 2 Replies View Related

AutoCAD Civil 3D :: Property List And Name Changes?

Sep 17, 2013

When I pick a feature line, the property dialog would show Feature line, and list the information.

Now for some reason, I get aecc_feature_line and the property dialog shows a different list of information.

How do I get back to the Feature line list.

View 9 Replies View Related

AutoCAD Civil 3D :: Text Won't Delete Or Edit?

Jul 26, 2012

I have text in a drawing that wont edit or delete. I have heard there was a text bug and to fix it set DTEXTED to 1. I have done that, closed out and came back in and the text is still there and will not delete or edit.

View 6 Replies View Related

AutoCAD Civil 3D :: Delete Multiple VIPs

Apr 3, 2012

Is there a way to delete multiple VIP's in a profile? By windowing maybe? I have a profile with several hundred VIP's and I need to delete the VIP's between certain chainage but I'm not clear if this is possible. It will take hours to delete them one by one, although as far as I can ascertain this is the only way.

View 6 Replies View Related

AutoCAD Civil 3D :: Delete All Base Layers

Sep 12, 2012

Is there a way to delete all the autocad base layers that come in with my template?

View 2 Replies View Related

AutoCAD Civil 3D :: Delete A Breakline And Keep It In The Drawing?

Dec 12, 2011

I have a feature line in my drawing. It is one of over 1000 breaklines in a surface. I want to delete it from the surface but keep it in the drawing. How do I do this?

In 2009 this was easy. I could erase the featue line then use the OOPS command to get it back in the drawing. Unlike the UNDO command, OOPS did not put it back in the surface definition. This was a wonderful feature/bug. In 2012 OOPS behaves the same as UNDO.

I found this post regarding finding a breakline in the surface definition but that is not realistic with 1000 breaklines.

Here are a few options I have tried:
 
Delete all breaklines from the surface and add the ones I want. (This is my best option so far.)Copy the featureline to the clipboard, erase it, then paste it back in. (Copying feature lines to the clipboard, or wblock, is very slow. The feature line should be moved back to the orignal site.)Explode the feature line into a 3D polyline and then convert back into a feature line. (Good option but does not work well for curves.)

Civil 3D 2012 SP3 | Win 7 64-bit SP1
Xeon E5-1620 @ 3.60GHz, 16GB Ram | NVidia Quadro 600

View 9 Replies View Related

AutoCAD Civil 3D :: Delete Parcels From The Drawing

Jan 10, 2013

I'm trying to clean up the drawing. I have erased everything, but there are still 20572 parcels somewhere in the drawing that I couldn't delete. 

The file is too big to attach so use the link to download:

[URL].........

View 9 Replies View Related

AutoCAD Civil 3D :: Delete Survey Database

Jan 19, 2010

I am running AutoCAD Civil 3D 2010. I am a new user and just going through some tutorials and created a couple of survey databases for practice. The problem I am having is I can't figure out how to delete them. When I exit Civil 3D and restart it, those databases are still there under the survey tab in Toolspace even though I haven't even opened a drawing yet. Also, do I need MS Access installed on my workstation to run any functions within Civil 3D?

View 5 Replies View Related

AutoCAD Civil 3D :: Delete Zero Elevations From Surface?

Feb 1, 2013

I graded a commercial site with mostly feature lines. I added points where I needed them to get everything to work. After modifying my surface, I suddenly have zero elevations randomly throughout my site. They don't make any sense why they appear. Some are just added to my drawing and others are existing points that were changed to zero. I can go to a back up drawing from a few hours ago and redo some grading, but I would like to know if there is a way to just erase zero elevations from the surface. I remember LDD was able to create surfaces ignoring elevations below a set elevation.

View 4 Replies View Related

AutoCAD Civil 3D :: Any Way To Delete Labels Of Particular Alignment

May 2, 2013

Or maybe I have to delete it individually ? Is not an option to "delete alignment labels".

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved