AutoCAD .NET :: How OOTB Sheet Properties Accessed

Jan 21, 2013

I am able to access(list & modify) custom sheet properties within a sheet set via .GetCustomPropertyBag.  How are the OOTB sheet properties accessed? 

View 6 Replies


ADVERTISEMENT

AutoCAD 2010 :: Sheet Set DST (DBL) File Locking When Accessed Across WAN Accelerator

Feb 21, 2013

Except for the minor/temporary glitch back in 2009, we have had very good luck with Riverbed/Steelhead devices for accelerating DWG file access over a MPLS WAN connection. 

When accessing Sheetset (DST) files on a remote server across the WAN, a DBL file appears alongside the DST and from that point on, the remote user has excluside R/W access to the DST file which prevents any other user from accessing the sheet set concurrently.  

On the LAN that is local to the server, this problem never exists until the DST file is accessed in any of several remote locations.

View 4 Replies View Related

AutoCAD 2010 :: Include Custom Sheet Properties In Sheet List Table?

Jan 3, 2013

Is there a way to include custom sheet properties in the sheet list table?

AutoCAD Civil 3D 2012 (Primary),
Dell Percision T3500: MS Windows 7 64-bit SP1;
Intel Xeon CPU W3505 @ 2.53GHz, 12.00 GB RAM, NVIDIA Quadro 600

View 4 Replies View Related

AutoCad :: Sheet Set Manager - Save Sheet Set Properties?

Sep 25, 2013

I am trying to create a sheet set with sheet set properties for title blocks but every time I close sheet set manage I lose the properties I typed in .

View 1 Replies View Related

AutoCAD 2010 :: Custom Sheet Set Properties

Sep 6, 2012

It took me a long time & effort to add all 190 custom sheet set properties (Our Frame/template is complex). When i found out that I could not re-order the sheet set custom properties I was really pleased.

My problem;

I'm trying to add a FIELD with some of the sheet set custom properties. Why are the field not seing ANY of the 190 properties I added to my sheet set? see picture

I really love all of thoses fancy new feature Autodesk add year after year, I mean, you know, NURBS modeling & stuff... Trully great work Autodesk!

View 6 Replies View Related

AutoCad :: Sheet Set Manager And Custom Properties

Nov 7, 2013

I have a SSM set up with both Sheet Custom Properties and Sheet Set Custom Properties.

When I start a new project, i can populate both areas of the main SSM. I'll create my sheets and have them self populated by the "root" SSM settings (if you will)well now, lets say i need to change the date of the sheets from the past.. to the future submittal date. I set it in the "Sheet Custom Properties" in the "root" SSM and then I have to go to each sheet; right click --> Properties each sheet and change the custom properties.

Basically, is there a way to have the sheets (after created) to automatically update to the new date?

View 1 Replies View Related

AutoCAD Civil 3D :: Updating Sheet Set Custom Properties

Dec 2, 2013

I have a set of drawings with a large number of sheets.  I need to do a mass edit of the properties for each sheet (for example update the revision number, date, checked/design/approved/drafting initials, description).  The updated properties are largely similiar.

Is it necessary to update each sheet's custom properties individually, or is there an easier method?

View 2 Replies View Related

AutoCAD Inventor :: Get Sheet 1 Base View Properties

Jan 3, 2013

I'm pretty sure there's a way to do this but I am not sure on what code to use. I would like to have the "number" field on my title block template always get the "part number" attribute from the first base view (or first part/assembly) on sheet 1. This will be regardless of what sheet I am using the title block on. I could even store it as a custom property or something as I won't ever have two different part numbers in one drawing.

To clarify on that, we may have a welded assembly that has one single part number, but as I'm designing it, I just add a -1, -2, etc. to the end of the part number for each component being made. In the end when they're all welded together, it's one part number. Since no one else needs to see my -1, -2 etc, I'd like it to pull the part number from the assembly on sheet 1 for every sheet.

View 2 Replies View Related

AutoCAD Architecture :: Changing Sheet List Properties

Feb 16, 2012

I have two problems. I want to change the text size, font, and color to be consistent with my office standards. However I can not find where the Sheet List Style is stored or edited. Which brings me to the second issue, the HELP in Exchange is bogus. Like MANY of the help entries, it refers to incorrectly named or non existent features and commands. In this case it says to "Select the sheet list in the drawing, right-click, and click Edit Sheet List Table Settings." which would be fine, except there is no option in the right click menu named "Edit Sheet List Table Settings".

Clicking on the Manage tab on the ribbon and selecting style Manager, the selecting Documentation objects, then schedule table styles, yeilds...nothing. How can I edit something that has no options?

Hiding the style manager so that all you get when you click on help is a ding that tells you there is a command open, but does not bring the command window to the fore.

View 2 Replies View Related

AutoCAD .NET :: Finding Sheet Set Properties For Current Drawing?

Apr 2, 2013

I am writing a program acts on the current drawing by using data in the SSM.  If the current drawing is found to be a member of a sheet set (using sysvar SSFOUND) it cycles through all the sheet in the sheet set looking for a sheet entry that matches.  Sometimes a match is not found because the layout name in the SSM does not match the layout  name in the current tab (sysvar CTAB).  Is there a more directly way...and one that works?  I just need a reliable way to get the AcSmSheet object the correlates to the current drawing.

View 5 Replies View Related

AutoCAD 2013 :: How To Stack Text In Sheet Set Custom Properties

Aug 9, 2013

How can I stack text in a custom sheet set property without editing custom properties and adding another line.  The clients name is much longer than normal.

View 1 Replies View Related

AutoCad :: Sheet Set Manger / Unable To Setup Custom Properties

May 15, 2012

Now that I have all my custom properties set up I can't seem to update the custom ones that I made. The custom properties I have added do not seem to work when I update them the through the Sheet Set Manger properties.

View 5 Replies View Related

AutoCAD Inventor :: Extracting Sheet Metal Properties In IPart Members

Jun 22, 2013

I have many I-parts that have many members. All these members differ in size, sheet metal style and material. 

That's a nice case for an I-part right? We can manage the members in a table, and we can create flat patterns & drawings that go with these members, so when we get an order for a machine, we don't have to touch any of these components. 

The things is, that I want to show the length & width of the flat pattern, the sheet metal style, and the K-factor of the I-parts members in the parts lists of the assemblies they sit in. 

I have 4 custom properties for this. Flat_Pattern_Length; Flat_Pattern_Width; Sheet_Metal_Style; Sheet_Metal_k_Factor

These properties show up on the parts lists. I use Inventor 2012 (with Solidworks Enterprise PDM)

I have tried to make a rule in the factory that fills these properties. I fire the rule on "save document". My train of thought: Every time Inventor saves a member, it applies the factory rule, and fills the member properties.

Results are extremely unstable. I have seen all members generated with correct properties, I have also seen that literally nothing happens on the members. There are some brute force workarounds (edit member scope, run rule) but this is not a sustainable solution. 

I cannot imagine it would be so hard to get the sheet metal information available as properties for these files! The use of I-parts is a fixed constraint, and the use of those property names is an almost fixed constraint. 

View 4 Replies View Related

AutoCAD LT :: Unable To Save To Drawing As It Is Being Accessed By Another Session

Mar 30, 2012

Randomly, a few times a week, I get an error in AutoCAD LT 2012 when trying to save a dwg file. It says

"Unable to save to drawing {filename} as it is being accessed by another session. Drawing saved to {filename}.tmp." The file then turns into Read Only and says

"Drawing file is write protected."

We have to do a Save As to a different filename in order to regain functionality.

View 4 Replies View Related

AutoCAD 2010 :: Unable To Save Drawing - Accessed By Another Session

Jun 19, 2012

I have a file where I can't save, because it says its being accessed by another session. The problem is no one has it open. I did a save as and tried changing the name of the original file or move the file with no luck. I need to keep the file name for purpose of company file structure.

View 9 Replies View Related

AutoCAD 2013 :: Unable To Save Drawing As It Is Being Accessed By Another Session

Oct 8, 2012

I have the same problem reported here : [URL]

Fresh installation of Windows Small Business 2011 standard

Disabled offline and cache on shared directories

Removed the router (server and computers in "standalone", just joined by a gigabit switch 5 ports, 2m of cables between the compure and the server)

Installed latest evaluation of Autocad LT 2013

No Antivirus; firewall settings by default

The user is the only one who access to the autocad files.

Still the problem.

The user does want work on the network anymore unless the problem is solved, which is annoying because only the server has a backup routine.

View 3 Replies View Related

AutoCAD 2010 :: Unable To Save Drawing As It Is Being Accessed By Another Session

Sep 28, 2012

We are seeing some issues with some users regarding what looks like a timeout in licensing?Basically our users are opening drawings, making amendments and trying to save, however, when the user or users try to save the drawing. It will state that the drawing is being accessed by another session.

We have removed all instances of the DWL's to see if we can resave but the only option we can use is to save them as *.tmp files.I do know that we have replaced the server in the office that is now experiencing this problem, previously they weren't having any issues.

Any good place to start looking into this as it seems there are too many things to consider and we would like to pinpoint the issue sooner rather than later..I want to be able to quickly identify if AutoCAD is at fault or the server.

View 9 Replies View Related

Photoshop :: CS 5.1 Could Not Be Accessed

Oct 31, 2013

I just returned from holidays and fired up my computer only to find that for some reason, photoshop cs 5.1 could not be accessed. The error message read "Owl orphanage Photoshop exe. Msvcp 110:dll System error. I used the program the night before leaving and am at a loss as to what happened.

View 4 Replies View Related

Photoshop :: Can CS6 Exploit GPU On Desktop When Accessed From Laptop With RDP

Aug 21, 2012

both machines running windows 7 professional or better (so the full version of RDP is available), and CS6 runiing on the desktop, accessed from my laptop.
 
As the GPU is being used as a compute resource, will CS use the desktop GPU for acceleration?

View 6 Replies View Related

Photoshop Elements :: How Is Panorama Function Accessed In 11

Jan 5, 2013

The documentation and information shows a panorama function available from the drop-down menu, but there is no option in the software.  Has that feature been dropped from the software?

View 2 Replies View Related

CorelDRAW X3 :: Opening Older CDR Files - Format Cannot Be Accessed?

Dec 26, 2008

 When trying to open very old Corel Files (created in 1992), I get an error message stating that the format cannot be accessed.  Is there a way to convert these older files (perhaps originally made with Corel 1 or 2) with a ulitity,so that they will open in CorelDraw X3?

View 9 Replies View Related

Photoshop :: Adobe CS6 Stopped Working When Liquify Filter Accessed

May 24, 2012

Adobe Photoshop CS6 has Stopped working when either Liquify Filter is accessed from within Photoshop running in Win7 32bit. How to keep PS on the air?

View 1 Replies View Related

CorelDRAW Graphics Suite X4 :: PhotoPaint Freeze When Certain Functions Accessed

Apr 16, 2009

I have had CorelDraw & Photopaint X4 installed for several months and just started having this problem.

CorelDraw: Every time I use the Fill Color option, whether by double-clicking the bucket icon at the bottom OR using the option in the toolbar, the program freezes and never recovers. When I use the color palette to fill a shape, I do not encounter the problem.

PhotoPaint: Every time I use the Image ->Paper Size option, the program freezes and never recovers.

I have reinstalled the program and the problem persists.

These are options I use often, and if I don't find the solution I will have to find an alternative to Corel.

View 5 Replies View Related

Lightroom :: Unable To Publish To Facebook - Message Webpage Cannot Be Accessed?

Aug 19, 2012

When I attempt to "authorize" Lightroom to access my Facebook account I get a "webpage cannot be accessed" and the address [url]....  and a ridiculously long string of jibberish afterward.  Same thing happens with the built in publish service for Flickr. 

View 7 Replies View Related

AutoCAD Civil 3D :: Properties Palette Started Only Showing Current Properties For The Drawing

May 22, 2013

the properties palette started only showing the current properites for the drawing and not the properties  of the entity selected. what causes this i am using autocad civil 3d 2013.

View 9 Replies View Related

AutoCAD 2010 :: Properties And Quick Properties Not Displaying Information For Objects

Jul 10, 2012

When I select any object, my quick properties tab is blank and my properties tab doesn't register anything.  Also, I get an error message when I go into my CUI to try to modify the quick properties tab.   Pretty frustrating. I've attached a couple of images for reference.  I've repaired, re-installed and unistalled and re-installed and still have the same probelm.  
 
Dell Precision T3500
Intel(R) Xeon(R) CPU W3530 @2.8GHz
ATI FIrePRo V5800 (FireGL V)
12 GB Ram
64 BIt OS

View 3 Replies View Related

AutoCAD Architecture :: Properties Palette Not Wide Enough / Can't Read Actual Properties

Feb 13, 2013

Somehow the Properties Palette has gotten less wide- such that I can't read teh actual properties.  Previously I was able to make it wider just by hovering over it, clicking on an arrow and dragging it wider.  Not now. 

View 1 Replies View Related

AutoCAD Architecture :: Properties Palette In 2014 Shows Only Current Settings Of General Properties

Aug 13, 2013

It's not just the layer that isn't being displayed in the Properties Palette.    My 2014 Properties Palette isn't contextual--displays only the general info--none of the object specific information. 

View 2 Replies View Related

AutoCAD Architecture :: Properties For AEC Objects Not Displaying In Properties Palette?

Jan 16, 2012

A user showed me today that she cannot see any properties for a wall, door, or other AEC object in the Properties palette.

Some options like height, width, etc. are shown, but not layer, style, etc. from the General portion of the Basic tab.

Is this going to be a reinstall scenario or is there a fix for this?

View 9 Replies View Related

AutoCAD LT :: 2014 - Properties Box Does Not Display Properties Of Selected Object

Jun 6, 2013

I recently upgraded from LT2013 to LT2014. I never had any issues with 2013, but now seem to be battling with 2014. My OS is Windows 7 Home edition.

When selecting an object and then clicking the properties menu, the properties of the selected object are not displayed, but instead the properties of the selected layer are shown.

In the attached screenshot:

1) My active layer is "AM_VIEWS".

2) The layer of the object that is selected is "MEDIUM".

3) The properties dialog box shows the properties of my active layer and not the selected object.

I am therefore unable to override any settings of the selected object and manually change settings e.g. Linetype, Linetype scale etc.

View 2 Replies View Related

AutoCAD LT :: Many Perimeters For Dimension Properties Not Showing In Properties Palette

Mar 8, 2013

I recently had to reinstall my AutoCAD LT 2008 and now when I open the properties palette to make adjustments to dimensions and fine tune, many peramiters that used to be visible are no longer there and accessible.  I used to be able to adjust the dimscale as needed in the properties window, but can't now.  How do I get it back?

View 7 Replies View Related







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