Results 1 to 2 of 2

Thread: Property Set Formula Help

  1. #1
    I could stop if I wanted to
    Join Date
    2007-06
    Location
    Flagstaff, AZ
    Posts
    264
    Login to Give a bone
    0

    Default Property Set Formula Help

    I'm working on setting up a property set definition for door objects and the accompanying schedule. For interior doors I use just the door objects. For the exterior doors I use door/window assemblies. When setting up the schedule, I like to tag the door/window assembly rather than the doors that are contained within them. On the schedule I need to show 'thickness'. The simple door objects have a very convenient automatic thickness property but the D/W assemblies do not have any such property. I have tried to set up a manual property override but have not been able to get it to work. I made a 'ThicknessOverride' manual property set to a real number and did the following formular (and a lot of similar iterations) and it does not work:

    strThickness = [ThicknessOverride]

    If strThickness > 0 Then
    RESULT = [ThicknessOverride]
    Else
    RESULT = [Thickness]
    End If

    It works for the door objects but not for the DWAs, presumably because they do not have the 'thickness' automatic property and so even if the 'ThicknessOverride' variable is greater than 0, it balks. Any ideas?

  2. #2
    Super Moderator dkoch's Avatar
    Join Date
    2003-03
    Location
    Philadelphia, PA
    Posts
    2,392
    Login to Give a bone
    0

    Default Re: Property Set Formula Help

    For others looking for a discussion on this issue, that can be found over in the Autodesk Discussion Groups:
    http://forums.autodesk.com/t5/AutoCA...s/td-p/2433370

Similar Threads

  1. Using VBScript in a formula property
    By dswords in forum VBA/COM Interop
    Replies: 1
    Last Post: 2007-09-07, 02:41 PM
  2. ABS2007 Property Set Formula Help
    By stelthorst in forum Style Management
    Replies: 2
    Last Post: 2007-03-01, 11:45 PM
  3. Formula Property Definition
    By jgardner.79905 in forum VBA/COM Interop
    Replies: 3
    Last Post: 2006-06-13, 12:58 PM
  4. Formula Property Definition
    By arcadia_x27 in forum ACA General
    Replies: 1
    Last Post: 2004-09-10, 06:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •