{
  "Uuid": "fd60d011-5a74-481c-9567-f494a3d13b47",
  "IsCustomNode": false,
  "Description": null,
  "Name": "CopierValeur_dansunautreParam",
  "ElementResolver": {
    "ResolutionMap": {}
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
      "SelectedIndex": 535,
      "NodeType": "ExtensionNode",
      "Id": "da9dc165ebe14697803d2a09e2a5ac0d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "75311d22eed0481785b6cdfc41a85d96",
          "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": "0a43162c14b34329b9290e39aa6c946e",
      "Inputs": [
        {
          "Id": "9d38a5731f1948bead6f4ac8ef4bcebd",
          "Name": "Category",
          "Description": "The Category",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a70b4a7a212f41a4ae360d7ca012194c",
          "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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string",
      "Id": "d5d6bcf4d4594debbb5bb683f5492718",
      "Inputs": [
        {
          "Id": "d6d297b7dfa448fab095d499c97caa90",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9fb7b130e03d43f19538516dc28bb434",
          "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": "ca673abdf4214e46936a63014539fc0a",
          "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": "\"Reference Level\";",
      "Id": "9be17c29228a42319bd0251f0d0412b8",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e1580bde9af547dfbd6c7237f930c6a2",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"4D Niveau PH\";",
      "Id": "db235a376c224be3972fdbe08c3f8bd1",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "407e58b1d7c84ddaa1e0ea41db4c94ec",
          "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": "db448829c8884e178df50f6cb03c8535",
      "Inputs": [
        {
          "Id": "88ec928d3c4a4d91bc9955a6cfd7891b",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "32a10c88dc284c55b5371076073fe704",
          "Name": "parameterName",
          "Description": "The name of the parameter to set.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b7d85da8bf1d4e719c8ede0a4eb74eec",
          "Name": "value",
          "Description": "The value.\n\nvar",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "43e43a0e111a4130a665373e56ff54d2",
          "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.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.Name",
      "Id": "488dedb8cd3742639dc5bece81c7d2d6",
      "Inputs": [
        {
          "Id": "81342733c85e444dbde48e212edef821",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e16b57b750dc4e6fb85529daf1452f65",
          "Name": "string",
          "Description": "string",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Name of the Element\n\nElement.Name: string"
    }
  ],
  "Connectors": [
    {
      "Start": "75311d22eed0481785b6cdfc41a85d96",
      "End": "9d38a5731f1948bead6f4ac8ef4bcebd",
      "Id": "2481edbfcf534534b204a437cd650e27"
    },
    {
      "Start": "a70b4a7a212f41a4ae360d7ca012194c",
      "End": "d6d297b7dfa448fab095d499c97caa90",
      "Id": "2c8c4f8d683a47df8d478a53bc8807b7"
    },
    {
      "Start": "a70b4a7a212f41a4ae360d7ca012194c",
      "End": "88ec928d3c4a4d91bc9955a6cfd7891b",
      "Id": "89c8a1f959b94c68b7291faa9059895c"
    },
    {
      "Start": "ca673abdf4214e46936a63014539fc0a",
      "End": "81342733c85e444dbde48e212edef821",
      "Id": "c64f09c52bf7460192317a0742b9bd38"
    },
    {
      "Start": "e1580bde9af547dfbd6c7237f930c6a2",
      "End": "9fb7b130e03d43f19538516dc28bb434",
      "Id": "625910e78a0f4b8e80fe2e816cdfd508"
    },
    {
      "Start": "407e58b1d7c84ddaa1e0ea41db4c94ec",
      "End": "32a10c88dc284c55b5371076073fe704",
      "Id": "4f39c744ff104a5490cad069d6af5744"
    },
    {
      "Start": "e16b57b750dc4e6fb85529daf1452f65",
      "End": "b7d85da8bf1d4e719c8ede0a4eb74eec",
      "Id": "cea58c1acf484358afee7452760fa6b6"
    }
  ],
  "Dependencies": [],
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.0.3.8810",
      "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": "Categories",
        "Id": "da9dc165ebe14697803d2a09e2a5ac0d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 270.42709883921077,
        "Y": 198.46566300595515
      },
      {
        "ShowGeometry": true,
        "Name": "All Elements of Category",
        "Id": "0a43162c14b34329b9290e39aa6c946e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 500.0,
        "Y": 198.5
      },
      {
        "ShowGeometry": true,
        "Name": "Element.GetParameterValueByName",
        "Id": "d5d6bcf4d4594debbb5bb683f5492718",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 712.153658739933,
        "Y": 268.56814474333942
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "9be17c29228a42319bd0251f0d0412b8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 496.0,
        "Y": 362.22107687494167
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "db235a376c224be3972fdbe08c3f8bd1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1096.8827200993351,
        "Y": 86.202082577884269
      },
      {
        "ShowGeometry": true,
        "Name": "Element.SetParameterByName",
        "Id": "db448829c8884e178df50f6cb03c8535",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1282.0603321158676,
        "Y": 179.70412352062067
      },
      {
        "ShowGeometry": true,
        "Name": "Element.Name",
        "Id": "488dedb8cd3742639dc5bece81c7d2d6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1019.9239675303613,
        "Y": 274.54198179265018
      }
    ],
    "Annotations": [],
    "X": -101.88403297840966,
    "Y": 86.400471688280277,
    "Zoom": 0.789161032924816
  }
}