{
  "Uuid": "7b3bc839-f155-4eb9-9dde-ebf3d1496732",
  "IsCustomNode": false,
  "Description": null,
  "Name": "Family - Set Family Parameter",
  "ElementResolver": {
    "ResolutionMap": {}
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"Parameter Name\";",
      "Id": "b17efa073e504a998c94be78561edd87",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "60918b52631141939f7f4f5337259135",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.SetParameterByName@string,var",
      "Id": "26b1aee241fa4f22a9bb2da2fd94c347",
      "Inputs": [
        {
          "Id": "1be746ccce84477badfe290d6de3ce1a",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "28d3f83442e244cd841d1ea011222025",
          "Name": "parameterName",
          "Description": "The name of the parameter to set.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f09e19f256a34b25b566a0c2e6001029",
          "Name": "value",
          "Description": "The value.\n\nvar",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "49617ca61cfa43b79d587ec21607382d",
          "Name": "Element",
          "Description": "Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Set one of the element's parameters.\n\nElement.SetParameterByName (parameterName: string, value: var): Element"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "true;\n\"Value\";",
      "Id": "a3c36ec4af41492aaf15aaf048aa4f7d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1cb7dd718ff1416c9b23f61d6ed3c32d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "463d3932156442a1ac9b912cb65cc47d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "d8972b4b10e8462695e1b840e62a943c",
      "Inputs": [
        {
          "Id": "69eee779adc84a7fbddda6c2d0685238",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0f9c39d8db04989b1cdcb54dc4a5ed5",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "45f86ef67f0b48feb7ec0ba14ce714b6",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f79b7e0444e485db45433b31c323250",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.String.Contains@string,string,bool",
      "Id": "b000987fe30e445aa4e64c87d0870824",
      "Inputs": [
        {
          "Id": "c4ba115965184d699cc1eb6dcbc08faa",
          "Name": "str",
          "Description": "String to search in.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "effbd4b496904c8b87ff4dd353f92e24",
          "Name": "searchFor",
          "Description": "Substring to search for.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e31d69a74c5e40f98122aec072291beb",
          "Name": "ignoreCase",
          "Description": "Whether or not comparison takes case into account.\n\nbool\nDefault value : false",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "701f0ad7f88a42bca18e752c9132527b",
          "Name": "bool",
          "Description": "Whether the string contains the substring.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Determines if the given string contains the given substring.\n\nString.Contains (str: string, searchFor: string, ignoreCase: bool = false): bool"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"Search for\";",
      "Id": "8013f58b9f8c4fc28117a24a2d8c4a9a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f4346d59a4314e7fa782688884678b26",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string",
      "Id": "441a95dbc0d542afa5a03ed3e66bbba4",
      "Inputs": [
        {
          "Id": "cb24131e134a4f0ca77d8def808bb55d",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f3df2cc773da4ccdb2e7cdea2f281914",
          "Name": "parameterName",
          "Description": "The name of the parameter whose value you want to obtain.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "95129f38f05b4c0e8f19462ac75f76c5",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"Sheet Set\";",
      "Id": "d41eac5e85d3437498a455ff8bd376e0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3867f7870ab84e61b40d57bfb55827af",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "3261dd7c50a64bfcbbf77fa4e3356a46",
      "Inputs": [
        {
          "Id": "f97f5c29852d48dca0b97b9accc09f2d",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1b7c7d7056f64a1caddb3d34bc7c5aec",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
      "SelectedIndex": 450,
      "SelectedString": "OST_Sheets",
      "NodeType": "ExtensionNode",
      "Id": "28fd0dcca9514851a35ff9bece20f2eb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7a16b7cb578345139b2ff4dd05406cd6",
          "Name": "Category",
          "Description": "The selected Category.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "All built-in categories."
    },
    {
      "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
      "NodeType": "ExtensionNode",
      "Id": "04e33ecfba914aa1930ba1e3740ee0f2",
      "Inputs": [
        {
          "Id": "e7fe6ecaf2704bcf8848575cfbf9c0f7",
          "Name": "Category",
          "Description": "The Category",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a22e18ef6edc4bdbbbacd60421fbe360",
          "Name": "Elements",
          "Description": "An element type.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Get all elements of the specified category from the model."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.IntegerSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Integer",
      "InputValue": 100,
      "MaximumValue": 100,
      "MinimumValue": 0,
      "StepValue": 1,
      "Id": "9a078c7708d04e33b0629e8151a1fb80",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7535df130e40450c842a59e0e96d2bc4",
          "Name": "",
          "Description": "Int32",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces integer values."
    }
  ],
  "Connectors": [
    {
      "Start": "60918b52631141939f7f4f5337259135",
      "End": "28d3f83442e244cd841d1ea011222025",
      "Id": "c603c9a53ee144018489d353c5392a20"
    },
    {
      "Start": "45f86ef67f0b48feb7ec0ba14ce714b6",
      "End": "1be746ccce84477badfe290d6de3ce1a",
      "Id": "4a9e9fe6626c404bb9c99f318240fae7"
    },
    {
      "Start": "45f86ef67f0b48feb7ec0ba14ce714b6",
      "End": "f97f5c29852d48dca0b97b9accc09f2d",
      "Id": "10235a49294549bca4112135bfeec41b"
    },
    {
      "Start": "701f0ad7f88a42bca18e752c9132527b",
      "End": "a0f9c39d8db04989b1cdcb54dc4a5ed5",
      "Id": "4cb05403a55743fdabb661141e9dde69"
    },
    {
      "Start": "f4346d59a4314e7fa782688884678b26",
      "End": "effbd4b496904c8b87ff4dd353f92e24",
      "Id": "84678d8efca447f4ad5505ec318e6a41"
    },
    {
      "Start": "95129f38f05b4c0e8f19462ac75f76c5",
      "End": "c4ba115965184d699cc1eb6dcbc08faa",
      "Id": "414b1d38083449279becaffa595b5290"
    },
    {
      "Start": "3867f7870ab84e61b40d57bfb55827af",
      "End": "f3df2cc773da4ccdb2e7cdea2f281914",
      "Id": "edd83d58a14a481ca715fa48d5d16202"
    },
    {
      "Start": "7a16b7cb578345139b2ff4dd05406cd6",
      "End": "e7fe6ecaf2704bcf8848575cfbf9c0f7",
      "Id": "97bbe9060e984db18247d1bdf51d00e5"
    },
    {
      "Start": "a22e18ef6edc4bdbbbacd60421fbe360",
      "End": "cb24131e134a4f0ca77d8def808bb55d",
      "Id": "37792a89672b4da49121ecbb8e3957e7"
    },
    {
      "Start": "a22e18ef6edc4bdbbbacd60421fbe360",
      "End": "69eee779adc84a7fbddda6c2d0685238",
      "Id": "3b33d360758a40028d1ef8f371766f65"
    },
    {
      "Start": "7535df130e40450c842a59e0e96d2bc4",
      "End": "f09e19f256a34b25b566a0c2e6001029",
      "Id": "63d7363432364775a1c307d3dfe1fe26"
    }
  ],
  "Dependencies": [],
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.2.1.5175",
      "RunType": "Manual",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "Background Preview",
      "EyeX": -17.0,
      "EyeY": 24.0,
      "EyeZ": 50.0,
      "LookX": 12.0,
      "LookY": -13.0,
      "LookZ": -58.0,
      "UpX": 0.0,
      "UpY": 1.0,
      "UpZ": 0.0
    },
    "NodeViews": [
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "b17efa073e504a998c94be78561edd87",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2375.1042334688727,
        "Y": 391.00628907156943
      },
      {
        "ShowGeometry": true,
        "Name": "Element.SetParameterByName",
        "Id": "26b1aee241fa4f22a9bb2da2fd94c347",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2804.882364253936,
        "Y": 500.23503582928822
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "a3c36ec4af41492aaf15aaf048aa4f7d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2601.1233029177029,
        "Y": 717.89004248262074
      },
      {
        "ShowGeometry": true,
        "Name": "List.FilterByBoolMask",
        "Id": "d8972b4b10e8462695e1b840e62a943c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1753.0047974425349,
        "Y": 488.18219984858547
      },
      {
        "ShowGeometry": true,
        "Name": "String.Contains",
        "Id": "b000987fe30e445aa4e64c87d0870824",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1496.3860032237628,
        "Y": 690.4051196066639
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "8013f58b9f8c4fc28117a24a2d8c4a9a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1253.9144442691015,
        "Y": 887.23732416118469
      },
      {
        "ShowGeometry": true,
        "Name": "Element.GetParameterValueByName",
        "Id": "441a95dbc0d542afa5a03ed3e66bbba4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1130.6632477882995,
        "Y": 658.39225242000521
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "d41eac5e85d3437498a455ff8bd376e0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 861.45666342652441,
        "Y": 839.70183160694569
      },
      {
        "ShowGeometry": true,
        "Name": "Watch",
        "Id": "3261dd7c50a64bfcbbf77fa4e3356a46",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2046.0679467941841,
        "Y": 679.98653502738728
      },
      {
        "ShowGeometry": true,
        "Name": "Categories",
        "Id": "28fd0dcca9514851a35ff9bece20f2eb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 472.80748512247726,
        "Y": 473.08664784134322
      },
      {
        "ShowGeometry": true,
        "Name": "All Elements of Category",
        "Id": "04e33ecfba914aa1930ba1e3740ee0f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 704.37425215612734,
        "Y": 462.96169336219509
      },
      {
        "ShowGeometry": true,
        "Name": "Integer Slider",
        "Id": "9a078c7708d04e33b0629e8151a1fb80",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2390.8984037589539,
        "Y": 652.39751138864722
      }
    ],
    "Annotations": [
      {
        "Id": "0df5c8e237444d60bc8db0ae10f8dac8",
        "Title": "INPUT",
        "Nodes": [
          "b17efa073e504a998c94be78561edd87"
        ],
        "Left": 2365.1042334688727,
        "Top": 338.00628907156943,
        "Width": 190.0,
        "Height": 146.0,
        "FontSize": 36.0,
        "InitialTop": 391.00628907156943,
        "InitialHeight": 145.0,
        "TextblockHeight": 43.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "9a53c9187c14470fbd886d00195582a2",
        "Title": "INPUT",
        "Nodes": [
          "d41eac5e85d3437498a455ff8bd376e0"
        ],
        "Left": 851.45666342652441,
        "Top": 786.70183160694569,
        "Width": 149.0,
        "Height": 146.0,
        "FontSize": 36.0,
        "InitialTop": 839.70183160694569,
        "InitialHeight": 145.0,
        "TextblockHeight": 43.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "1032420003e4441b842e77f75d8e1558",
        "Title": "INPUT",
        "Nodes": [
          "8013f58b9f8c4fc28117a24a2d8c4a9a"
        ],
        "Left": 1243.9144442691015,
        "Top": 834.23732416118469,
        "Width": 157.0,
        "Height": 146.0,
        "FontSize": 36.0,
        "InitialTop": 887.23732416118469,
        "InitialHeight": 145.0,
        "TextblockHeight": 43.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "f21e8350d4ad4a3ea776c0b98f149790",
        "Title": "INPUT",
        "Nodes": [
          "a3c36ec4af41492aaf15aaf048aa4f7d",
          "9a078c7708d04e33b0629e8151a1fb80"
        ],
        "Left": 2380.8984037589539,
        "Top": 599.39751138864722,
        "Width": 326.22489915874894,
        "Height": 221.49253109397353,
        "FontSize": 36.0,
        "InitialTop": 652.39751138864722,
        "InitialHeight": 210.49253109397353,
        "TextblockHeight": 43.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "b07b6bfcfcb04086b5cf03f70f3a5c83",
        "Title": "INPUT",
        "Nodes": [
          "28fd0dcca9514851a35ff9bece20f2eb"
        ],
        "Left": 462.80748512247726,
        "Top": 420.08664784134322,
        "Width": 186.0,
        "Height": 146.0,
        "FontSize": 36.0,
        "InitialTop": 473.08664784134322,
        "InitialHeight": 145.0,
        "TextblockHeight": 43.0,
        "Background": "#FFC1D676"
      }
    ],
    "X": -298.95409900610639,
    "Y": 10.942167867401224,
    "Zoom": 0.65368692515324045
  }
}