Results 1 to 3 of 3

Thread: Assign a string to an instance param based on a yes/no param

  1. #1
    100 Club Eric Stewart's Avatar
    Join Date
    2003-09
    Location
    Raleigh, NC USA
    Posts
    138
    Login to Give a bone
    0

    Default Assign a string to an instance param based on a yes/no param

    I have a yes/no param and a Text param. I want the Yes/No to drive the input of the text param. Can it be done?

    If YesNoParam = yes then StringA else StringB


    Thanks

  2. #2
    100 Club Eric Stewart's Avatar
    Join Date
    2003-09
    Location
    Raleigh, NC USA
    Posts
    138
    Login to Give a bone
    0

    Default Re: Assign a string to an instance param based on a yes/no param

    DANG! sometimes I just need to ask the question to figure it out myself.

    if(YesNoParam , "StringA", "StringB")

  3. #3
    AUGI Addict aggockel50321's Avatar
    Join Date
    2003-05
    Location
    Waterville, Maine
    Posts
    1,748
    Login to Give a bone
    0

    Default Re: Assign a string to an instance param based on a yes/no param

    Well congrats on that.

    It does pay to talk to one's self.....

Similar Threads

  1. Why not a param on a closestpoint ?
    By devitg.89838 in forum AutoLISP
    Replies: 2
    Last Post: 2012-01-05, 08:30 PM
  2. Instance Param Unlinked from Nested Shared Fam not Editable in Schedule?
    By gaby424 in forum Revit Architecture - Families
    Replies: 2
    Last Post: 2010-05-07, 02:46 PM
  3. Apply Family Type Param to a Generic Wall Based
    By gaby424 in forum Revit Architecture - Families
    Replies: 1
    Last Post: 2010-04-28, 06:06 PM
  4. How to Param. a Polygon
    By ljupadhyay in forum Revit Architecture - Families
    Replies: 2
    Last Post: 2009-12-02, 07:11 PM
  5. Yes / No param
    By gwnelson in forum Revit Architecture - Families
    Replies: 1
    Last Post: 2007-06-22, 06:10 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
  •